Browse Source

Merge branch 'mkdir-ERLANG_MK_TMP' of https://github.com/rabbitmq/erlang.mk

Loïc Hoguin 10 years ago
parent
commit
0738fdbdd2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/deps.mk

+ 1 - 0
core/deps.mk

@@ -43,6 +43,7 @@ deps:: $(ALL_DEPS_DIRS)
 ifneq ($(IS_DEP),1)
 ifneq ($(IS_DEP),1)
 	@rm -f $(ERLANG_MK_TMP)/deps.log
 	@rm -f $(ERLANG_MK_TMP)/deps.log
 endif
 endif
+	@mkdir -p $(ERLANG_MK_TMP)
 	@for dep in $(ALL_DEPS_DIRS) ; do \
 	@for dep in $(ALL_DEPS_DIRS) ; do \
 		if grep -qs ^$$dep$$$$ $(ERLANG_MK_TMP)/deps.log; then \
 		if grep -qs ^$$dep$$$$ $(ERLANG_MK_TMP)/deps.log; then \
 			echo -n; \
 			echo -n; \