From 36c5f274c2eda0d73f52a8e0066168f77475f324 Mon Sep 17 00:00:00 2001 From: Dan Harkless Date: Tue, 14 Mar 2000 21:15:55 +0000 Subject: [PATCH] Added missing dependency in zotnet/tws/Makefile.in for dtimep.c: dtimep.c-lexed. --- ChangeLog | 5 +++-- zotnet/tws/Makefile.in | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0616c3f..2060102 100644 --- a/ChangeLog +++ b/ChangeLog @@ -45,8 +45,9 @@ Tue Mar 14 12:41:48 2000 Dan Harkless "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. diff --git a/zotnet/tws/Makefile.in b/zotnet/tws/Makefile.in index 3f96711..fe05e01 100644 --- a/zotnet/tws/Makefile.in +++ b/zotnet/tws/Makefile.in @@ -49,7 +49,7 @@ all: $(OBJS) # 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 ]; \ -- 1.7.10.4