aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-25 01:29:16 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-25 01:29:16 +0000
commitba1a6b2592787b374877fdf97e072a0c43eec106 (patch)
treec25a28d5303f553cb5b3cca9440c1087a78b5a20 /Makefile.in
parent10af4f205182e3acd6654d4997e2351e7860849a (diff)
downloadfetchmail-ba1a6b2592787b374877fdf97e072a0c43eec106.tar.gz
fetchmail-ba1a6b2592787b374877fdf97e072a0c43eec106.tar.bz2
fetchmail-ba1a6b2592787b374877fdf97e072a0c43eec106.zip
Make realclean stronger.
svn path=/trunk/; revision=1180
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 8ab9c207..78663dc5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -147,8 +147,9 @@ distclean: clean
-rm -f fetchmail.log fetchmail.toc fetchmail.*aux
realclean: distclean # fetchmail.info*
- rm -f FAQ FEATURES NOTES \
- MANIFEST config.cache config.log configure Makefile
+ -rm -f FAQ FEATURES NOTES MANIFEST
+ -rm -f config.cache config.log configure Makefile
+ -rm -f fetchmail-*.tar.gz fetchmail-*.rpm
mostlyclean: clean