summaryrefslogtreecommitdiffstats
path: root/usr.bin/find
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-01 22:55:01 +0000
committerobrien <obrien@FreeBSD.org>2002-04-01 22:55:01 +0000
commit1b1cb52477cab07aa6d9388c3765ddef83f88a65 (patch)
treeebac54d689c2efc2e4fa5b20472d78bdd2ce46b2 /usr.bin/find
parent68a39ea77e6300590e09337bc648d93b5c6d047d (diff)
downloadFreeBSD-src-1b1cb52477cab07aa6d9388c3765ddef83f88a65.zip
FreeBSD-src-1b1cb52477cab07aa6d9388c3765ddef83f88a65.tar.gz
Allow to compile a YACC produced file with GCC 3.1 (which has different
header searching rules for generated files with #line).
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile
index 0fbcb91..2384910 100644
--- a/usr.bin/find/Makefile
+++ b/usr.bin/find/Makefile
@@ -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>
OpenPOWER on IntegriCloud