summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint1
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/xlint/lint1
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/xlint/lint1')
-rw-r--r--usr.bin/xlint/lint1/Makefile2
1 files changed, 1 insertions, 1 deletions
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