aboutsummaryrefslogtreecommitdiffstats
path: root/core/deps-tools.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/deps-tools.mk')
-rw-r--r--core/deps-tools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/deps-tools.mk b/core/deps-tools.mk
index de1cc2b..1ad9274 100644
--- a/core/deps-tools.mk
+++ b/core/deps-tools.mk
@@ -74,7 +74,7 @@ endif
$(verbose) set -e; for dep in $^ ; do \
if ! grep -qs ^$$dep$$ $(ERLANG_MK_RECURSIVE_TMP_LIST); then \
echo $$dep >> $(ERLANG_MK_RECURSIVE_TMP_LIST); \
- if grep -qs -E "^[[:blank:]]*include[[:blank:]]+(erlang\.mk|.*/erlang\.mk)$$" \
+ if grep -qs -E "^[[:blank:]]*include[[:blank:]]+(erlang\.mk|.*/erlang\.mk|.*ERLANG_MK_FILENAME.*)$$" \
$$dep/GNUmakefile $$dep/makefile $$dep/Makefile; then \
$(MAKE) -C $$dep fetch-deps \
IS_DEP=1 \