diff options
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 0dada91..03a5b15 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# @(#) $Header: /cvsroot/flex/flex/Attic/Makefile.in,v 1.40 1995/03/05 21:37:51 vern Exp $ (LBL) +# @(#) $Header: /cvsroot/flex/flex/Attic/Makefile.in,v 1.41 1995/03/20 14:02:49 vern Exp $ (LBL) # If your version of "make" does not define $(MAKE), comment in the # definition of "MAKE" below. (You only need to do this if you intend @@ -76,7 +76,7 @@ LINTSRCS = ccl.c dfa.c ecs.c gen.c main.c misc.c nfa.c parse.c \ scan.c skel.c sym.c tblcmp.c yylex.c DISTFILES = README NEWS COPYING INSTALL FlexLexer.h \ - configure.in conf.in Makefile.in mkskel.sh skel.c flex.skl \ + configure.in conf.in Makefile.in mkskel.sh flex.skl \ $(HEADERS) $(SOURCES) $(LIBSRCS) MISC \ flex.1 scan.c install.sh mkinstalldirs configure |