From e8771aab0c2f5c3a7e8764b600471bb9cb1e6602 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 13 Nov 2007 09:47:04 +0000 Subject: When automatically (re)configuring, print the command we execute (it is often useful to know what the 'last specified parameters' actually *were* :) svn-id: r29491 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 04d8752417..ccd1055ba9 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ config.mk: $(srcdir)/configure ifdef CONFIG_MK_IS_PRESENT @echo "Running $(srcdir)/configure with the last specified parameters" @sleep 2s - @LDFLAGS=$(SAVED_LDFLAGS) CXX=$(SAVED_CXX) CXXFLAGS=$(SAVED_CXXFLAGS) CPPFLAGS=$(SAVED_CPPFLAGS) \ + LDFLAGS=$(SAVED_LDFLAGS) CXX=$(SAVED_CXX) CXXFLAGS=$(SAVED_CXXFLAGS) CPPFLAGS=$(SAVED_CPPFLAGS) \ $(srcdir)/configure $(SAVED_CONFIGFLAGS) else $(error You need to run $(srcdir)/configure before you can run make. Check $(srcdir)/configure --help for a list of parameters) -- cgit v1.2.3