summaryrefslogtreecommitdiffstats
path: root/usr.bin
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
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')
-rw-r--r--usr.bin/mklocale/Makefile2
-rw-r--r--usr.bin/xlint/lint1/Makefile2
2 files changed, 2 insertions, 2 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>
diff --git a/usr.bin/xlint/lint1/Makefile b/usr.bin/xlint/lint1/Makefile
index ea6c656..9778430 100644
--- a/usr.bin/xlint/lint1/Makefile
+++ b/usr.bin/xlint/lint1/Makefile
@@ -7,7 +7,7 @@ SRCS= cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \
NOMAN=
LDADD+= -ll
DPADD+= ${LIBL}
-CFLAGS+= -I${.CURDIR} -I.
+CFLAGS+= -I. -I${.CURDIR}
LINTFLAGS=-aehpz
BINDIR= /usr/libexec
OpenPOWER on IntegriCloud