X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fboilerplate.mk;h=13c7a863b7f68e3c420f1fd4bc401410372f62b7;hb=5908f01ae39d6397955313badf2fc1ff69150685;hp=d3dc8cbda4ea7c9b311de39595b14ed921acc805;hpb=8c1c956b86f3b694bb09aa0d1725aa67c5d8d111;p=ghc-hetmet.git diff --git a/mk/boilerplate.mk b/mk/boilerplate.mk index d3dc8cb..13c7a86 100644 --- a/mk/boilerplate.mk +++ b/mk/boilerplate.mk @@ -25,26 +25,6 @@ FPTOOLS_TOP := $(TOP) # THIS RULE MUST REMAIN FIRST! default: all - -# ----------------------------------------------------------------------------- -# make sure the autoconf stuff is up to date... - -$(TOP)/configure : $(TOP)/configure.ac $(TOP)/aclocal.m4 - @echo "Running autoreconf in $(FPTOOLS_TOP) ..." - @( cd $(FPTOOLS_TOP) && autoreconf ) - -$(TOP)/config.status : $(TOP)/configure - @if test ! -f $(FPTOOLS_TOP)/config.status; then \ - echo "You haven't run $(FPTOOLS_TOP)/configure yet."; \ - exit 1; \ - fi - 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 - @echo "Running $(FPTOOLS_TOP)/config.status to update configuration info..."; - @( cd $(FPTOOLS_TOP) && ./config.status ) - # ----------------------------------------------------------------------------- # Misc bits