mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 19:30:41 +00:00
When reconfiguring, quote env var values in case they contain whitespaces
svn-id: r29502
This commit is contained in:
parent
254369540c
commit
1beb50f03e
2
Makefile
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user