From 9af903907c6a1e13ff6dfd8a17ee3a4c3ecc27af Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 1 Dec 2000 19:36:17 +0000 Subject: 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. :-( --- usr.bin/mklocale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/mklocale/Makefile') diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile index 022d41e..b511102 100644 --- a/usr.bin/mklocale/Makefile +++ b/usr.bin/mklocale/Makefile @@ -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 -- cgit v1.1