X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..320aaed58b655cad87c9591a14fa1bf7091d72d1:/zotnet/tws/Makefile.in diff --git a/zotnet/tws/Makefile.in b/zotnet/tws/Makefile.in index 3f96711e..fe05e018 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 ]; \