Grrr... GCC 2.95.2 and 2.96 just will not agree what the default include
search paths are. So add the requirements of both. :-(
This commit is contained in:
parent
d874e25bc3
commit
9af903907c
@ -3,7 +3,7 @@
|
||||
|
||||
PROG= mklocale
|
||||
SRCS= yacc.y lex.l y.tab.h
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
CFLAGS+= -I${.CURDIR} -I.
|
||||
MAN1= mklocale.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user