summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-08-15 22:36:41 +0000
committerobrien <obrien@FreeBSD.org>1999-08-15 22:36:41 +0000
commit8bafaafa9185cf290348cdde2a8b4a2e5c59722b (patch)
tree10a677903b939f19dc5aa00b2f137db4773cbf03 /gnu
parentb1194cd711ae922ff610f263021260f3958bde8f (diff)
downloadFreeBSD-src-8bafaafa9185cf290348cdde2a8b4a2e5c59722b.zip
FreeBSD-src-8bafaafa9185cf290348cdde2a8b4a2e5c59722b.tar.gz
Reduce the number of -I's. I have no idea why I thought I needed extra ones.
Submitted by: bde
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/bison/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/bison/Makefile b/gnu/usr.bin/bison/Makefile
index de1cef3..0761dd4 100644
--- a/gnu/usr.bin/bison/Makefile
+++ b/gnu/usr.bin/bison/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/02/22 15:44:42 peter Exp $
+# $Id: Makefile,v 1.4 1999/08/14 22:30:33 obrien Exp $
.PATH: ${.CURDIR}/../../../contrib/bison
@@ -12,7 +12,7 @@ DATADIR= ${SHAREDIR}/misc
CFLAGS= -DHAVE_CONFIG_H
CFLAGS+= -DXPFILE=\"${DATADIR}/bison.simple\"
CFLAGS+= -DXPFILE1=\"${DATADIR}/bison.hairy\"
-CFLAGS+= -I${.CURDIR} -I${.OBJDIR}
+CFLAGS+= -I${.CURDIR}
SRCS+= LR0.c allocate.c closure.c conflicts.c derives.c files.c \
getargs.c gram.c lalr.c lex.c main.c nullable.c output.c \
OpenPOWER on IntegriCloud