From 66ecc743284bddfa29da8ac110dbcc6dd6629b2a Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 7 Feb 2002 17:35:49 +0000 Subject: 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 --- gnu/usr.bin/binutils/Makefile.inc0 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gnu') 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 -- cgit v1.1