diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-14 02:07:26 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-14 02:07:26 +0000 |
| commit | 44fdcd56eefbadf8020fce7bd4e2b3acbbfaf702 (patch) | |
| tree | 65e9de5d067968b54ae99b79aefb85f49248ae06 /gnu | |
| parent | 8f0d33af07f443b3f938a550cc11c6c9b8121c5f (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/gdbserver/Makefile | 1 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/gdbserver5/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdbserver/Makefile b/gnu/usr.bin/binutils/gdbserver/Makefile index 757f0f6ce0d9..bb620a9d8901 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 c31ba6d9cdf1..45aa3a48423c 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> |
