summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-12-05 22:10:43 +0000
committerobrien <obrien@FreeBSD.org>2000-12-05 22:10:43 +0000
commit10e390cb2e45042f3072ccdaa8df79883ca595a5 (patch)
tree73d770c74c02b822087424a022c56984d0ac8a10 /usr.bin/mklocale
parent34acd4e355c89cb2615a861756f25b4f4ae085ab (diff)
downloadFreeBSD-src-10e390cb2e45042f3072ccdaa8df79883ca595a5.zip
FreeBSD-src-10e390cb2e45042f3072ccdaa8df79883ca595a5.tar.gz
Change the spelling of `.' to `.' from .OBJDIR since `.' really is where
generated files land. Also give precedence to generated files.
Diffstat (limited to 'usr.bin/mklocale')
-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 b511102..248fd8e 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} -I.
+CFLAGS+= -I. -I${.CURDIR}
MAN1= mklocale.1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud