aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d2c122de..ef53de80 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -222,7 +222,7 @@ NOTES: design-notes.html
# Make distribution, update LSM with proper size, remake distribution
dist: Makefile.in
- rm MANIFEST; make MANIFEST;
+ rm -f MANIFEST; make MANIFEST;
make fetchmail-$(VERS).tar.gz
lsmgen.sh $(VERS) `wc -c fetchmail-$(VERS).tar.gz` >fetchmail.lsm
make fetchmail-$(VERS).tar.gz