summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-02-07 17:35:49 +0000
committerobrien <obrien@FreeBSD.org>2002-02-07 17:35:49 +0000
commit66ecc743284bddfa29da8ac110dbcc6dd6629b2a (patch)
tree3fdb410d1d2bfbad59eadd5a432a390d0cd01056 /gnu
parent4901a46a999e961a9a5b27df9ab3ae4c4d84a366 (diff)
downloadFreeBSD-src-66ecc743284bddfa29da8ac110dbcc6dd6629b2a.zip
FreeBSD-src-66ecc743284bddfa29da8ac110dbcc6dd6629b2a.tar.gz
We do not need to use -I- any longer.
Presumably the issue was with arparse.[ch]. Those are now in FREEBSD-Xlist and FREEBSD-deletelist. So we do not import the Bison produced files that was causing the problem. Submitted by: ru
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile.inc04
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0
index fd94d06..c1a9767 100644
--- a/gnu/usr.bin/binutils/Makefile.inc0
+++ b/gnu/usr.bin/binutils/Makefile.inc0
@@ -20,9 +20,7 @@ SRCDIR= ${.CURDIR}/${RELSRC}
CFLAGS+= -D_GNU_SOURCE
-# We use "-I-" because without it our yacc-generated parser tries to
-# use GNU's bison-generated header files.
-CFLAGS+= -I- -I.
+CFLAGS+= -I.
.if exists(${.CURDIR}/${BINUTIL_ARCH})
CFLAGS+= -I${.CURDIR}/${BINUTIL_ARCH}
.endif
OpenPOWER on IntegriCloud