From 8c1c956b86f3b694bb09aa0d1725aa67c5d8d111 Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 20 Sep 2004 17:53:40 +0000 Subject: [PATCH] [project @ 2004-09-20 17:53:40 by panne] Removed dependency of $(TOP)/mk/config.mk on $(TOP)/config.status, resurrecting "make distclean". I'm not 100% sure that the autoconf-related rules are correct, "./config.status --recheck" in conjunction with make is a real brain-twister... --- mk/boilerplate.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/boilerplate.mk b/mk/boilerplate.mk index bb6483a..d3dc8cb 100644 --- a/mk/boilerplate.mk +++ b/mk/boilerplate.mk @@ -41,7 +41,7 @@ $(TOP)/config.status : $(TOP)/configure echo "configure changed, reconfiguring with same settings..."; \ ( cd $(FPTOOLS_TOP) && ./config.status --recheck ); \ -$(TOP)/mk/config.mk : $(TOP)/mk/config.mk.in $(TOP)/mk/config.h.in $(TOP)/configure $(TOP)/config.status +$(TOP)/mk/config.mk : $(TOP)/mk/config.mk.in $(TOP)/mk/config.h.in $(TOP)/configure @echo "Running $(FPTOOLS_TOP)/config.status to update configuration info..."; @( cd $(FPTOOLS_TOP) && ./config.status ) -- 1.7.10.4