From 0b8d2f9706743418cf97ff3837465de77fa8d781 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 27 Oct 2004 22:48:58 +0000 Subject: [PATCH] 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 --- Makefile.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.rules b/Makefile.rules index 68d870b7a97..a6cb6bb30ec 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 -- 2.34.1