diff options
author | Max Horn | 2012-04-18 11:36:56 +0200 |
---|---|---|
committer | Max Horn | 2012-04-18 15:44:11 +0200 |
commit | c638730fbcbcfff5fb86b36b5331794672944bf9 (patch) | |
tree | f0767a1b4e6a2d8981f98e70493cd91959fcd785 /Makefile | |
parent | 5185c61a2e6829fa0d3c7e678310b6687defa50e (diff) | |
download | scummvm-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |