aboutsummaryrefslogtreecommitdiff
path: root/bin/csh/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-12-05 22:10:43 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-12-05 22:10:43 +0000
commita8e642f574e312a63ece704194ab93b36590d817 (patch)
tree266f91f670e1bbcc173cdf0ea524f9e010a458b7 /bin/csh/Makefile
parent04cb9bbb1ead3dc9e7a2ccf85af4e8287c15f01f (diff)
downloadsrc-a8e642f574e312a63ece704194ab93b36590d817.tar.gz
src-a8e642f574e312a63ece704194ab93b36590d817.zip
Change the spelling of `.' to `.' from .OBJDIR since `.' really is where
generated files land. Also give precedence to generated files.
Notes
Notes: svn path=/head/; revision=69640
Diffstat (limited to 'bin/csh/Makefile')
-rw-r--r--bin/csh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index d375037944ce..7c16359370e4 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 \