From 10e390cb2e45042f3072ccdaa8df79883ca595a5 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 5 Dec 2000 22:10:43 +0000 Subject: Change the spelling of `.' to `.' from .OBJDIR since `.' really is where generated files land. Also give precedence to generated files. --- bin/csh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/csh') 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 \ -- cgit v1.1