Fix auto-reconfigure bug: make sure we actually reconfigure not just

regenerate the config.status script.

llvm-svn: 17283
This commit is contained in:
Reid Spencer 2004-10-27 22:48:58 +00:00
parent 65dfad54a9
commit 5a05a0eb82

View 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