X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=Makefile.config;h=1d10829952ca1196450f00aa9488e8f562e3e5da;hp=90c5ab4ac709c37cc7dc74a82fa9af2da08ace88;hb=96cf6fab96b503cef6e7f5bfd305e618bce120c8;hpb=e7d21ee4f8ac907665a7e170c71d59e13a01da09 diff --git a/Makefile.config b/Makefile.config index 90c5ab4..1d10829 100644 --- a/Makefile.config +++ b/Makefile.config @@ -2,7 +2,7 @@ all: configure -configure: configure.in +configure: configure.in aclocal.m4 rm -f configure.new autoconf configure.in > configure.new \ || ( rm -f configure.new; exit 1 ) @@ -10,6 +10,7 @@ configure: configure.in mv configure.new configure chmod +x configure chmod -w configure + if test -f config.status; then ./config.status --recheck; fi rm -f configure.new CONFIG_H_IN = ghc/includes/config.h.in