diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-03-05 01:47:03 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-03-05 01:47:03 +0000 |
| commit | a11a4075150c4f8d87f21ea13ea2f3de305824f5 (patch) | |
| tree | 4d8b999d20f91cbe1788bf62aaec11d29f71b114 /gnu/usr.bin/binutils/gdb/Makefile | |
| parent | 4090bd1140ade0ae3aa0c39a4cfe8d88df1dd182 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/Makefile')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index cadd3b23397d..d2e0bddc97f6 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -1,6 +1,9 @@ # ex:ts=8 # $FreeBSD$ +# must be before -I${DESTDIR}/usr/include +CFLAGS+= -I${DESTDIR}/usr/include/gnu + .include "../Makefile.inc0" GDBDIR= ${.CURDIR}/../../../../contrib/gdb @@ -58,7 +61,6 @@ CFLAGS+= -DDEFAULT_BFD_ARCH=bfd_${GDB_CPU}_arch CFLAGS+= -I${.CURDIR}/${TARGET_ARCH} CFLAGS+= -I${SRCDIR}/binutils -I${SRCDIR}/bfd CFLAGS+= -I${GDBDIR}/gdb -I${GDBDIR}/gdb/config -CFLAGS+= -I${DESTDIR}/usr/include/gnu CFLAGS+= -I$(.CURDIR) YFLAGS= |
