Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit f4adbe6

Browse files
author
dcorbacho
committed
Update erlang.mk
1 parent f35072f commit f4adbe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

erlang.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
1818
export ERLANG_MK_FILENAME
1919

20-
ERLANG_MK_VERSION = 2019.07.01-38-g764f9a2
20+
ERLANG_MK_VERSION = 2019.07.01-40-geb3e4b0
2121
ERLANG_MK_WITHOUT =
2222

2323
# Make 3.81 and 3.82 are deprecated.
@@ -7731,6 +7731,7 @@ $(ERLANG_MK_RECURSIVE_SHELL_DEPS_LIST): | $(ERLANG_MK_TMP)
77317731
ifeq ($(IS_APP)$(IS_DEP),)
77327732
$(verbose) rm -f $(ERLANG_MK_RECURSIVE_TMP_LIST)
77337733
endif
7734+
$(verbose) touch $(ERLANG_MK_RECURSIVE_TMP_LIST)
77347735
$(verbose) set -e; for dep in $^ ; do \
77357736
if ! grep -qs ^$$dep$$ $(ERLANG_MK_RECURSIVE_TMP_LIST); then \
77367737
echo $$dep >> $(ERLANG_MK_RECURSIVE_TMP_LIST); \

0 commit comments

Comments
 (0)