summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2010-11-01 20:09:54 +0000
committerdim <dim@FreeBSD.org>2010-11-01 20:09:54 +0000
commitc59afb2ce3c40b7c5a60e8e41a587f0fdad74e7d (patch)
treed5be19039615250cc39cfb4630eb1456408bbf52 /gnu
parent69a79d687c3b8f06ccd187cee09cb85b1a91cbb2 (diff)
downloadFreeBSD-src-c59afb2ce3c40b7c5a60e8e41a587f0fdad74e7d.zip
FreeBSD-src-c59afb2ce3c40b7c5a60e8e41a587f0fdad74e7d.tar.gz
For stuff under gnu/usr.bin/gdb, search contrib/binutils/include before
contrib/gdb/include, since that contains newer versions of the same files.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/Makefile.inc b/gnu/usr.bin/gdb/Makefile.inc
index 0bd4ec4..c230f95 100644
--- a/gnu/usr.bin/gdb/Makefile.inc
+++ b/gnu/usr.bin/gdb/Makefile.inc
@@ -34,8 +34,8 @@ CFLAGS+= -I${TARGET_SUBDIR}
CFLAGS+= -I${BMAKE_BU}/libbfd -I${BMAKE_BU}/libbfd/${TARGET_ARCH}
CFLAGS+= -I${CNTRB_GDB}/gdb
CFLAGS+= -I${CNTRB_GDB}/gdb/config
-CFLAGS+= -I${CNTRB_GDB}/include
CFLAGS+= -I${CNTRB_BU}/include
+CFLAGS+= -I${CNTRB_GDB}/include
CFLAGS+= -I${CNTRB_BU}/bfd
GENSRCS+= nm.h tm.h
OpenPOWER on IntegriCloud