aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/deps.mk2
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; \