"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.
# 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 ]; \