aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2012-04-18 11:36:56 +0200
committerMax Horn2012-04-18 15:44:11 +0200
commitc638730fbcbcfff5fb86b36b5331794672944bf9 (patch)
treef0767a1b4e6a2d8981f98e70493cd91959fcd785 /Makefile
parent5185c61a2e6829fa0d3c7e678310b6687defa50e (diff)
downloadscummvm-rg350-c638730fbcbcfff5fb86b36b5331794672944bf9.tar.gz
scummvm-rg350-c638730fbcbcfff5fb86b36b5331794672944bf9.tar.bz2
scummvm-rg350-c638730fbcbcfff5fb86b36b5331794672944bf9.zip
BUILD: Move list of engines out of configure
The new file engines/configure.engines is currently manually created and maintained, but could be regenerated by a script in the future.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a40ef62c53..28eaead4b4 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ EXECUTABLE := $(EXEPRE)scummvm$(EXEEXT)
include $(srcdir)/Makefile.common
# check if configure has been run or has been changed since last run
-config.h config.mk: $(srcdir)/configure
+config.h config.mk: $(srcdir)/configure $(srcdir)/engines/configure.engines
ifeq "$(findstring config.mk,$(MAKEFILE_LIST))" "config.mk"
@echo "Running $(srcdir)/configure with the last specified parameters"
@sleep 2