mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.
Requested by: bde
This commit is contained in:
parent
bedbd47e6a
commit
a4e5fd57ac
1 changed files with 2 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue