summaryrefslogtreecommitdiff
path: root/erts/emulator
diff options
context:
space:
mode:
authorDan Gudmundsson <dgud@erlang.org>2020-01-22 18:27:14 +0100
committerDan Gudmundsson <dgud@erlang.org>2020-01-24 09:01:41 +0100
commit5371e92a72e54407e2c466b8fb64306200817a32 (patch)
tree6a6ffb6b3ccfdac0572e032452cc9b2bb8b3c880 /erts/emulator
parente54bfe245bb4693d20f9885300cd48dded2f27d6 (diff)
downloaderlang-5371e92a72e54407e2c466b8fb64306200817a32.tar.gz
Fix ERTS_SKIP_DEPEND
Makes one time compilation faster on windows, deps generation is slow.
Diffstat (limited to 'erts/emulator')
-rw-r--r--erts/emulator/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in
index 319987580e..1a61680c8c 100644
--- a/erts/emulator/Makefile.in
+++ b/erts/emulator/Makefile.in
@@ -1304,6 +1304,7 @@ endif
$(V_at)cd $(ERTS_LIB_DIR) && $(MAKE) depend
endif
+ifneq ($(ERTS_SKIP_DEPEND),true)
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(MAKECMDGOALS),generate)
ifndef VOID_EMULATOR
@@ -1311,5 +1312,6 @@ ifndef VOID_EMULATOR
endif
endif
endif
+endif
include $(ERL_TOP)/make/app_targets.mk