summaryrefslogtreecommitdiffstats
path: root/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 /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 'bin')
-rw-r--r--bin/csh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index d375037..7c16359 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -12,7 +12,7 @@ TCSHDIR= ${.CURDIR}/../../contrib/tcsh
PROG= csh
SUBDIR= nls
DFLAGS= -D_PATH_TCSHELL='"/bin/${PROG}"'
-CFLAGS+= -I${TCSHDIR} -I${.CURDIR} -I. ${DFLAGS}
+CFLAGS+= -I. -I${.CURDIR} -I${TCSHDIR} ${DFLAGS}
SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \
sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.sem.c \
OpenPOWER on IntegriCloud