summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcsh/Imakefile')
-rw-r--r--contrib/tcsh/Imakefile22
1 files changed, 12 insertions, 10 deletions
diff --git a/contrib/tcsh/Imakefile b/contrib/tcsh/Imakefile
index d8daca5..803ed04 100644
--- a/contrib/tcsh/Imakefile
+++ b/contrib/tcsh/Imakefile
@@ -1,5 +1,5 @@
XCOMM
-XCOMM $Id: Imakefile,v 1.81 2002/07/23 16:18:31 christos Exp $
+XCOMM $Id: Imakefile,v 1.83 2003/02/08 20:03:25 christos Exp $
XCOMM
XCOMM Imakefile for tcsh 6.12
XCOMM Marc Horowitz, MIT SIPB
@@ -482,16 +482,18 @@ LDLIBS = MyLibs
SUF = o
VERSION = 6.12
-SHSRCS= 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 \
- sh.set.c sh.time.c sh.char.h sh.dir.h sh.proc.h sh.h \
- sh.decls.h glob.c glob.h ${SYSSRCS}
+SHSRCS= 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 sh.set.c sh.time.c glob.c \
+ sh.char.h sh.dir.h sh.proc.h sh.h \
+ sh.decls.h glob.h ${SYSSRCS}
SHOBJS= sh.${SUF} sh.dir.${SUF} sh.dol.${SUF} sh.err.${SUF} sh.exec.${SUF} \
- sh.char.${SUF} sh.exp.${SUF} sh.func.${SUF} sh.glob.${SUF} \
- sh.hist.${SUF} sh.init.${SUF} sh.lex.${SUF} sh.misc.${SUF} \
- sh.parse.${SUF} sh.print.${SUF} sh.proc.${SUF} sh.sem.${SUF} \
- sh.set.${SUF} sh.time.${SUF} glob.${SUF} ${SYSOBJS}
+ sh.char.${SUF} sh.exp.${SUF} sh.file.${SUF} sh.func.${SUF} \
+ sh.glob.${SUF} sh.hist.${SUF} sh.init.${SUF} sh.lex.${SUF} \
+ sh.misc.${SUF} sh.parse.${SUF} sh.print.${SUF} sh.proc.${SUF} \
+ sh.sem.${SUF} sh.set.${SUF} sh.time.${SUF} glob.${SUF} ${SYSOBJS}
TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
tw.comp.c tw.color.c
OpenPOWER on IntegriCloud