summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-27 22:48:58 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-27 22:48:58 +0000
commitc8c272ffb164154ec9589eacefa097718d535e2e (patch)
tree70f403881769ba67dc7a7c5818fe617a65da68d0
parente721eb007cc6e0c4eaee05ca4847503055eae1f8 (diff)
downloadbcm5719-llvm-c8c272ffb164154ec9589eacefa097718d535e2e.tar.gz
bcm5719-llvm-c8c272ffb164154ec9589eacefa097718d535e2e.zip
Fix auto-reconfigure bug: make sure we actually reconfigure not just
regenerate the config.status script. llvm-svn: 17283
-rw-r--r--llvm/Makefile.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 68d870b7a97..a6cb6bb30ec 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -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
OpenPOWER on IntegriCloud