diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-08-06 03:08:15 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-08-06 03:08:15 +0000 |
commit | fb0c5da409758e82b808bc5d0788e0d3cedb2633 (patch) | |
tree | 2e9e942cbc135c7fcbf0b672f4705b51a5a90ea2 | |
parent | 33def3fbf54546b2f292e3d24b7e2d34e2b4af06 (diff) | |
download | fetchmail-fb0c5da409758e82b808bc5d0788e0d3cedb2633.tar.gz fetchmail-fb0c5da409758e82b808bc5d0788e0d3cedb2633.tar.bz2 fetchmail-fb0c5da409758e82b808bc5d0788e0d3cedb2633.zip |
Convenience fix.
svn path=/trunk/; revision=1238
-rw-r--r-- | Makefile.in | 2 |
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 |