Allow to compile a YACC produced file with GCC 3.1 (which has different

header searching rules for generated files with #line).
This commit is contained in:
David E. O'Brien 2002-04-01 22:55:01 +00:00
parent 8cc91a531e
commit 3fa1df42da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93603

View File

@ -3,6 +3,7 @@
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c parsedate.y
CFLAGS+= -I${.CURDIR}
YFLAGS=
.include <bsd.prog.mk>