summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ebd065929d..97cf925b52 100644
--- a/Makefile
+++ b/Makefile
@@ -236,6 +236,7 @@ $(SOURCE_DIST).tar.xz: $(SOURCE_DIST)
$(gen_verbose) $(TAR) -cf - $(TAR_V) $(SOURCE_DIST) | $(XZ) > $@
$(SOURCE_DIST).zip: $(SOURCE_DIST)
+ $(verbose) rm -f $@
$(gen_verbose) $(ZIP) -r $(ZIP_V) $@ $(SOURCE_DIST)
clean:: clean-source-dist