From 3e4b64f31709f644d8f5b4814ae03b4b523c585b Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Mon, 29 Nov 1993 17:18:19 +0000 Subject: [PATCH] Removed parse.{c,h} from distribution files, since they may not be all that portable. --- Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 24ae7e7..e1a86d4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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