aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 53a98c94..7f68c0d2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -243,7 +243,7 @@ dist: Makefile.in
fetchmail-$(VERS).tar.gz: $(all)
(cd ..; ln -sf fetchmail fetchmail-$(VERS))
(cd ..; tar -czf fetchmail-$(VERS).tar.gz `sed <fetchmail-$(VERS)/MANIFEST s:^:fetchmail-$(VERS)/:`)
- mv ../fetchmail-$(VERS).tar.gz .
+ mv -f ../fetchmail-$(VERS).tar.gz .
rm ../fetchmail-$(VERS)
# Make RPMs. You need to be root to make this work