diff options
author | Loïc Hoguin <[email protected]> | 2015-06-04 13:31:59 +0300 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-06-04 13:31:59 +0300 |
commit | 03f014dc9f88f8593dc9afc02fd40638649503e5 (patch) | |
tree | 7c6b018e4648c6a14a99de29547ce5ced60979b6 /core/deps.mk | |
parent | 368b9d1535e7d38223f8d6cb54db735bf7583281 (diff) | |
download | erlang.mk-03f014dc9f88f8593dc9afc02fd40638649503e5.tar.gz erlang.mk-03f014dc9f88f8593dc9afc02fd40638649503e5.tar.bz2 erlang.mk-03f014dc9f88f8593dc9afc02fd40638649503e5.zip |
No need for $(ERLANG_MK_TMP)/ebin anymore
Diffstat (limited to 'core/deps.mk')
-rw-r--r-- | core/deps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/deps.mk b/core/deps.mk index e6cae93..4fd8a1f 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -115,7 +115,7 @@ define dep_autopatch_gen endef define dep_autopatch_fetch_rebar - mkdir -p $(ERLANG_MK_TMP)/ebin; \ + mkdir -p $(ERLANG_MK_TMP); \ if [ ! -d $(ERLANG_MK_TMP)/rebar ]; then \ git clone -q -n -- https://github.com/rebar/rebar $(ERLANG_MK_TMP)/rebar; \ cd $(ERLANG_MK_TMP)/rebar; \ |