diff options
author | Loïc Hoguin <[email protected]> | 2015-06-19 19:24:15 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-06-19 19:24:15 +0200 |
commit | 0738fdbdd266205480eb0840adbdda805c4ed9d5 (patch) | |
tree | 9c70c447ce339b7ae49863d6a2e5ee0e9c675b98 /core/deps.mk | |
parent | b5967f2c7a765f91386d820c75997940fbdadf39 (diff) | |
parent | a93cf73b08c458ed2e4703fbe33be295f60f101c (diff) | |
download | erlang.mk-0738fdbdd266205480eb0840adbdda805c4ed9d5.tar.gz erlang.mk-0738fdbdd266205480eb0840adbdda805c4ed9d5.tar.bz2 erlang.mk-0738fdbdd266205480eb0840adbdda805c4ed9d5.zip |
Merge branch 'mkdir-ERLANG_MK_TMP' of https://github.com/rabbitmq/erlang.mk
Diffstat (limited to 'core/deps.mk')
-rw-r--r-- | core/deps.mk | 1 |
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; \ |