Update erlang.mk

This commit is contained in:
dcorbacho 2020-07-21 14:32:24 +01:00
parent be67c3d203
commit a2b5d4433b
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
export ERLANG_MK_FILENAME
ERLANG_MK_VERSION = 2019.07.01-38-g764f9a2
ERLANG_MK_VERSION = 2019.07.01-40-geb3e4b0
ERLANG_MK_WITHOUT =
# Make 3.81 and 3.82 are deprecated.
@ -7731,6 +7731,7 @@ $(ERLANG_MK_RECURSIVE_SHELL_DEPS_LIST): | $(ERLANG_MK_TMP)
ifeq ($(IS_APP)$(IS_DEP),)
$(verbose) rm -f $(ERLANG_MK_RECURSIVE_TMP_LIST)
endif
$(verbose) touch $(ERLANG_MK_RECURSIVE_TMP_LIST)
$(verbose) set -e; for dep in $^ ; do \
if ! grep -qs ^$$dep$$ $(ERLANG_MK_RECURSIVE_TMP_LIST); then \
echo $$dep >> $(ERLANG_MK_RECURSIVE_TMP_LIST); \