]> granicus.if.org Git - flex/commitdiff
Removed parse.{c,h} from distribution files, since they may not be
authorVern Paxson <vern@ee.lbl.gov>
Mon, 29 Nov 1993 17:18:19 +0000 (17:18 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Mon, 29 Nov 1993 17:18:19 +0000 (17:18 +0000)
 all that portable.

Makefile.in

index 24ae7e7f108674a90ebce3f2e54c2a455b726c85..e1a86d48f4a2510a8ba6aeb829c14ccf38a703e4 100644 (file)
@@ -76,7 +76,7 @@ DISTFILES = README NEWS COPYING INSTALL FlexLexer.h \
        configure.in Makefile.in mkskel.sh flex.skl \
        $(HEADERS) $(SOURCES) $(LIBSRCS) MISC \
        flex.1 flexdoc.1 \
-       parse.c parse.h scan.c install.sh mkinstalldirs configure
+       scan.c install.sh mkinstalldirs configure
 
 DIST_NAME = flex
 
@@ -197,13 +197,13 @@ mostlyclean:
        rm -f *~ *.bak core errs
 
 clean: mostlyclean
-       rm -f *.o parse.c *.lint parse.h lex.yy.c $(FLEXLIB)
+       rm -f parse.c parse.h *.o *.lint lex.yy.c $(FLEXLIB)
 
 distclean: clean
-       rm -f .bootstrap scan.c tags TAGS Makefile config.status
+       rm -f .bootstrap flex scan.c tags TAGS Makefile config.status
 
 realclean: distclean
-       rm -f flex flex.man flexdoc.man flex*.tar.gz flex*.tar.Z
+       rm -f flex.man flexdoc.man flex*.tar.gz flex*.tar.Z
 
 dist: flex $(DISTFILES)
        $(MAKE) DIST_NAME=flex-`sed <version.h 's/[^"]*"//' | sed 's/"//'` dist2