From 3fa1df42da43130d5ee1abcd84e292604921997f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 1 Apr 2002 22:55:01 +0000 Subject: [PATCH] Allow to compile a YACC produced file with GCC 3.1 (which has different header searching rules for generated files with #line). --- usr.bin/find/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index 0fbcb91a488..238491027ab 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