Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.

Requested by:	bde
This commit is contained in:
John Baldwin 2002-01-08 11:08:20 +00:00
parent bedbd47e6a
commit a4e5fd57ac

View file

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