[llvm-commits] CVS: llvm/Makefile.rules
Reid Spencer
reid at x10sys.com
Wed Oct 27 15:49:09 PDT 2004
Changes in directory llvm:
Makefile.rules updated: 1.217 -> 1.218
---
Log message:
Fix auto-reconfigure bug: make sure we actually reconfigure not just
regenerate the config.status script.
---
Diffs of the changes: (+1 -0)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.217 llvm/Makefile.rules:1.218
--- llvm/Makefile.rules:1.217 Tue Oct 26 23:34:35 2004
+++ llvm/Makefile.rules Wed Oct 27 17:48:58 2004
@@ -89,6 +89,7 @@
$(CONFIG_STATUS): $(CONFIGURE)
@$(ECHO) Reconfiguring with $<
$(VERB) $(CONFIG_STATUS) --recheck $(CONFIGUREFLAGS)
+ $(VERB) $(CONFIG_STATUS)
#------------------------------------------------------------------------
# Make sure the configuration makefile is up to date
More information about the llvm-commits
mailing list