Fix auto-reconfigure bug: make sure we actually reconfigure not just
authorReid Spencer <rspencer@reidspencer.com>
Wed, 27 Oct 2004 22:48:58 +0000 (22:48 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 27 Oct 2004 22:48:58 +0000 (22:48 +0000)
regenerate the config.status script.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17283 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 68d870b7a97f794da09d26659cd9c070fb92b9eb..a6cb6bb30eca670a0d7c8022e3054afcbdbd9b14 100644 (file)
@@ -89,6 +89,7 @@ endif
 $(CONFIG_STATUS): $(CONFIGURE)
        @$(ECHO) Reconfiguring with $<
        $(VERB) $(CONFIG_STATUS) --recheck $(CONFIGUREFLAGS)
+       $(VERB) $(CONFIG_STATUS)
 
 #------------------------------------------------------------------------
 # Make sure the configuration makefile is up to date