mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
8cc91a531e
commit
3fa1df42da
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue