Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in a
cross-build environment.
This commit is contained in:
parent
5b48f71694
commit
e2bac28d84
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user