summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e39e9654bf..0ed2231924 100644
--- a/Makefile
+++ b/Makefile
@@ -185,11 +185,11 @@ RSYNC_FLAGS += -a $(RSYNC_V) \
--exclude '*.beam' \
--exclude '*.pyc' \
--exclude '.git*' \
- --exclude '/$(notdir $(ERLANG_MK_TMP))' \
+ --exclude '$(notdir $(ERLANG_MK_TMP))' \
+ --exclude 'ebin' \
+ --exclude 'erl_crash.dump' \
+ --exclude 'deps' \
--exclude '/$(SOURCE_DIST_BASE)-*' \
- --exclude '/ebin' \
- --exclude '/erl_crash.dump' \
- --exclude '/deps' \
--delete \
--delete-excluded