Added missing dependency in zotnet/tws/Makefile.in for dtimep.c: dtimep.c-lexed.
authorDan Harkless <dan@harkless.org>
Tue, 14 Mar 2000 21:15:55 +0000 (21:15 +0000)
committerDan Harkless <dan@harkless.org>
Tue, 14 Mar 2000 21:15:55 +0000 (21:15 +0000)
ChangeLog
zotnet/tws/Makefile.in

index 0616c3f..2060102 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,8 +45,9 @@ Tue Mar 14 12:41:48 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
            "19 Jan 00" as the date.  The following works around this so 
            that scan, show, sortm, etc work ok.
 
            "19 Jan 00" as the date.  The following works around this so 
            that scan, show, sortm, etc work ok.
 
-        * Created new dtimep.c-lexed with Simon's change using dtimep.lex
-          lexed on Solaris 2.6.
+       * Created new dtimep.c-lexed with Simon's change using dtimep.lex
+       lexed on Solaris 2.6.  Added missing dependency in
+       zotnet/tws/Makefile.in for dtimep.c: dtimep.c-lexed.
 
        * Added scan.MMDDYY and scan.YYYYMMDD format files.
 
 
        * Added scan.MMDDYY and scan.YYYYMMDD format files.
 
index 3f96711..fe05e01 100644 (file)
@@ -49,7 +49,7 @@ all: $(OBJS)
 
 # This will bomb if lex is really flex, so check
 # file and use pre-generated version if necessary
 
 # This will bomb if lex is really flex, so check
 # file and use pre-generated version if necessary
-dtimep.c: $(srcdir)/dtimep.lex $(srcdir)/lexedit.sed
+dtimep.c: $(srcdir)/dtimep.c-lexed $(srcdir)/dtimep.lex $(srcdir)/lexedit.sed
        $(LEX) -nt $(srcdir)/dtimep.lex | $(SED) -f $(srcdir)/lexedit.sed > $@
        -@len=`wc -l $@ | $(AWK) ' { print $$1 } '`; \
        if [ $$len -gt 500 ]; \
        $(LEX) -nt $(srcdir)/dtimep.lex | $(SED) -f $(srcdir)/lexedit.sed > $@
        -@len=`wc -l $@ | $(AWK) ' { print $$1 } '`; \
        if [ $$len -gt 500 ]; \