aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mklocale/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-12-01 19:36:17 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-12-01 19:36:17 +0000
commit1ab84b3fc7a69ab0bfee54e0edd24b2095075f2a (patch)
treec301ff2dde087f9302788e3b97885a659893c10b /usr.bin/mklocale/Makefile
parent4c0b7a9327a4462ca3ba6456c609ad7055188db2 (diff)
downloadsrc-1ab84b3fc7a69ab0bfee54e0edd24b2095075f2a.tar.gz
src-1ab84b3fc7a69ab0bfee54e0edd24b2095075f2a.zip
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. :-(
Notes
Notes: svn path=/head/; revision=69489
Diffstat (limited to 'usr.bin/mklocale/Makefile')
-rw-r--r--usr.bin/mklocale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile
index 022d41e92523..b511102044ba 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 <bsd.prog.mk>