From 68982608094e3124e470d76ef8e8fca80ab9948e Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Mon, 16 Mar 2015 23:45:49 +1100 Subject: [PATCH] Add configure.lineno to files removed by distclean target. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 155de71..8788295 100644 --- a/Makefile.in +++ b/Makefile.in @@ -323,7 +323,7 @@ distclean: clean -@(if test -f source/Makefile; then cd source; $(MAKE) distclean; fi) -@(if test -f dll/Makefile; then cd dll; $(MAKE) distclean; fi) -@(if test -f bx-conf/Makefile; then cd bx-conf; $(MAKE) distclean; fi) - -$(RM) config.status + -$(RM) config.status configure.lineno -$(RM) config.cache config.log stamp-h stamp-h[0-9]* -$(RM) include/defs.h include/sig.inc -$(RM) *~ *.rej core *.orig .#*