Reduce the number of -I's. I have no idea why I thought I needed extra ones.

Submitted by:	bde
This commit is contained in:
David E. O'Brien 1999-08-15 22:36:41 +00:00
parent adba8d12f5
commit b14868f6b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49855

View File

@ -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 \