[project @ 2004-09-20 17:53:40 by panne]
authorpanne <unknown>
Mon, 20 Sep 2004 17:53:40 +0000 (17:53 +0000)
committerpanne <unknown>
Mon, 20 Sep 2004 17:53:40 +0000 (17:53 +0000)
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

index bb6483a..d3dc8cb 100644 (file)
@@ -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 )