aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-10-14 02:07:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-10-14 02:07:26 +0000
commit44fdcd56eefbadf8020fce7bd4e2b3acbbfaf702 (patch)
tree65e9de5d067968b54ae99b79aefb85f49248ae06 /gnu
parent8f0d33af07f443b3f938a550cc11c6c9b8121c5f (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdbserver/Makefile1
-rw-r--r--gnu/usr.bin/binutils/gdbserver5/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdbserver/Makefile b/gnu/usr.bin/binutils/gdbserver/Makefile
index 757f0f6ce0d9c..bb620a9d89014 100644
--- a/gnu/usr.bin/binutils/gdbserver/Makefile
+++ b/gnu/usr.bin/binutils/gdbserver/Makefile
@@ -18,6 +18,7 @@ CFLAGS+= -I${.CURDIR}/../gdb/${MACHINE_ARCH}
CFLAGS+= -I${GDBDIR}/gdb
CFLAGS+= -I${GDBDIR}/gdb/config
CFLAGS+= -I${GDBDIR}/gdb/gdbserver
+CFLAGS+= -I../libbfd # for BFD's config.h
CFLAGS+= -DNO_MMALLOC
.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/binutils/gdbserver5/Makefile b/gnu/usr.bin/binutils/gdbserver5/Makefile
index c31ba6d9cdf14..45aa3a48423cf 100644
--- a/gnu/usr.bin/binutils/gdbserver5/Makefile
+++ b/gnu/usr.bin/binutils/gdbserver5/Makefile
@@ -18,6 +18,7 @@ CFLAGS+= -I${.CURDIR}/../gdb/${MACHINE_ARCH}
CFLAGS+= -I${GDBDIR}/gdb
CFLAGS+= -I${GDBDIR}/gdb/config
CFLAGS+= -I${GDBDIR}/gdb/gdbserver
+CFLAGS+= -I../libbfd # for BFD's config.h
CFLAGS+= -DNO_MMALLOC
.include <bsd.prog.mk>