summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cfed7ba55..7412e2508 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ $(BASE_DIR)/rebar:
@echo "==> build rebar"
@(cd $(BASE_DIR)/support/rebar && $(ESCRIPT) bootstrap)
@$(CP) $(BASE_DIR)/support/rebar/rebar $(BASE_DIR)/rebar
- @$(CP) $(BASE_DIR)/support/rebar/rebar.cmd $(BASE_DIR)/rebar.cmd
+ @-$(CP) $(BASE_DIR)/support/rebar/rebar.cmd $(BASE_DIR)/rebar.cmd
rebarclean:
@(cd $(BASE_DIR)/support/rebar && \