[Scummvm-git-logs] scummvm master -> f3af64196ac926f96a4f1d26bec1e447d1494fe7
orgads
orgads at gmail.com
Mon Jul 5 17:39:21 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f3af64196a MAKEFILE: Add a dependency configure.stamp <- engines.awk
Commit: f3af64196ac926f96a4f1d26bec1e447d1494fe7
https://github.com/scummvm/scummvm/commit/f3af64196ac926f96a4f1d26bec1e447d1494fe7
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-07-05T20:38:37+03:00
Commit Message:
MAKEFILE: Add a dependency configure.stamp <- engines.awk
Changed paths:
Makefile
diff --git a/Makefile b/Makefile
index 338c74fa15..0042df6740 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ ifneq ($(SAVED_PKG_CONFIG_LIBDIR),unset)
endif
# check if configure has been run or has been changed since last run
-configure.stamp: $(srcdir)/configure $(ENGINE_SUBDIRS_CONFIGURE)
+configure.stamp: $(srcdir)/configure $(srcdir)/engines.awk $(ENGINE_SUBDIRS_CONFIGURE)
ifeq "$(findstring config.mk,$(MAKEFILE_LIST))" "config.mk"
@echo "Running $(srcdir)/configure with the last specified parameters"
@sleep 2
More information about the Scummvm-git-logs
mailing list