From: panne Date: Mon, 20 Sep 2004 17:53:40 +0000 (+0000) Subject: [project @ 2004-09-20 17:53:40 by panne] X-Git-Tag: Initial_conversion_from_CVS_complete~1585 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8c1c956b86f3b694bb09aa0d1725aa67c5d8d111 [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... --- 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 )