aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/deps.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/deps.mk b/core/deps.mk
index 8a104f4..2fc1e70 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -43,6 +43,7 @@ deps:: $(ALL_DEPS_DIRS)
ifneq ($(IS_DEP),1)
@rm -f $(ERLANG_MK_TMP)/deps.log
endif
+ @mkdir -p $(ERLANG_MK_TMP)
@for dep in $(ALL_DEPS_DIRS) ; do \
if grep -qs ^$$dep$$$$ $(ERLANG_MK_TMP)/deps.log; then \
echo -n; \