aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2007-11-13 09:47:04 +0000
committerMax Horn2007-11-13 09:47:04 +0000
commite8771aab0c2f5c3a7e8764b600471bb9cb1e6602 (patch)
tree5aafcf0a5fca63a3875b57f8c09f811bdcbd02d4
parentd665b808ae7ab7dd65e2b054abf527bc200e787b (diff)
downloadscummvm-rg350-e8771aab0c2f5c3a7e8764b600471bb9cb1e6602.tar.gz
scummvm-rg350-e8771aab0c2f5c3a7e8764b600471bb9cb1e6602.tar.bz2
scummvm-rg350-e8771aab0c2f5c3a7e8764b600471bb9cb1e6602.zip
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
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)