summaryrefslogtreecommitdiff
path: root/Makefile.rules
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
commit0b8d2f9706743418cf97ff3837465de77fa8d781 (patch)
treed15ffd7630d95a2cd66b5ff22e0b826b0314bc9f /Makefile.rules
parentf1ccf1a6dc071d1406bc2a6f280a77587e7f843e (diff)
downloadllvm-0b8d2f9706743418cf97ff3837465de77fa8d781.tar.gz
llvm-0b8d2f9706743418cf97ff3837465de77fa8d781.tar.bz2
llvm-0b8d2f9706743418cf97ff3837465de77fa8d781.tar.xz
Fix auto-reconfigure bug: make sure we actually reconfigure not just
regenerate the config.status script. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17283 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 68d870b7a9..a6cb6bb30e 100644
--- a/Makefile.rules
+++ b/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