Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in a

cross-build environment.
This commit is contained in:
John Baldwin 2002-01-08 08:13:23 +00:00
parent 5b48f71694
commit e2bac28d84

View File

@ -5,7 +5,7 @@ SRCS= parse.y scan.l y.tab.h
WARNS?= 2
NO_WERROR=yes
LFLAGS= -8 -i
CFLAGS+=-I. -I${.CURDIR}/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT
CFLAGS+=-I${.OBJDIR} -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT
LDADD= -ll
DPADD= ${LIBL}