summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorvern <vern>1994-12-29 15:57:46 +0000
committervern <vern>1994-12-29 15:57:46 +0000
commit61f89616af3b7e0cfaf05c05ef797ca5bd7946b0 (patch)
tree1057755311dac93ab3bc5af4ba5dccdfd93a286c /Makefile.in
parent4484d6623973a3ef74455e4d55c4ed2d545c42c7 (diff)
downloadflex-61f89616af3b7e0cfaf05c05ef797ca5bd7946b0.tar.gz
config.h.in -> conf.in
rm config.h on distclean
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 0711c62..f29342e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# @(#) $Header: /cvsroot/flex/flex/Attic/Makefile.in,v 1.36 1994/12/28 15:40:09 vern Exp $ (LBL)
+# @(#) $Header: /cvsroot/flex/flex/Attic/Makefile.in,v 1.37 1994/12/29 15:57:46 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 config.h.in Makefile.in mkskel.sh skel.c flex.skl \
+ configure.in conf.in Makefile.in mkskel.sh skel.c flex.skl \
$(HEADERS) $(SOURCES) $(LIBSRCS) MISC \
flex.1 scan.c install.sh mkinstalldirs configure
@@ -211,7 +211,8 @@ clean: mostlyclean
rm -f parse.c parse.h *.o alloca.c *.lint lex.yy.c lex.yy.cc $(FLEXLIB)
distclean: clean
- rm -f .bootstrap $(FLEX) scan.c tags TAGS Makefile config.status
+ rm -f .bootstrap $(FLEX) scan.c tags TAGS Makefile config.status \
+ config.h
realclean: distclean
rm -f $(FLEX).man skel.c flex*.tar.gz flex*.tar.Z
@@ -238,6 +239,7 @@ config.status: configure
$(SHELL) config.status --recheck
configure: configure.in
cd $(srcdir); autoconf
+config.h: conf.in config.status
# Prevent GNU make v3 from overflowing arg limit on SysV.
.NOEXPORT: