From: millert Date: Sat, 5 Apr 1997 02:42:24 +0000 (+0000) Subject: Fix -DNO_MMALLOC (needs to be in MMALLOC_CFLAGS not MMALLOC_DISABLE). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6fffbe5b41c17dfd50f7e77a78be4647b3d7866d;p=openbsd Fix -DNO_MMALLOC (needs to be in MMALLOC_CFLAGS not MMALLOC_DISABLE). Now gdb will link. --- diff --git a/gnu/usr.bin/binutils/gdb/config/alpha/obsd.mh b/gnu/usr.bin/binutils/gdb/config/alpha/obsd.mh index 10d237af4da..dd128776a21 100644 --- a/gnu/usr.bin/binutils/gdb/config/alpha/obsd.mh +++ b/gnu/usr.bin/binutils/gdb/config/alpha/obsd.mh @@ -5,4 +5,4 @@ NAT_FILE= nm-obsd.h NATDEPFILES= infptrace.o inftarg.o corelow.o alphaobsd-nat.o fork-child.o MMALLOC = -MMALLOC_DISABLE = -DNO_MMALLOC +MMALLOC_CFLAGS = -DNO_MMALLOC