aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-17 20:54:32 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-17 20:54:32 +0000
commit5b6b38cbd82468ac720d25b1889f63f4251bf4db (patch)
treed12e69b8843a9388be9793b4ba32caa6d35f3c61 /Makefile.in
parent7b413aaa538cb43e69f954e2c7ee6a19951a48c8 (diff)
downloadfetchmail-5b6b38cbd82468ac720d25b1889f63f4251bf4db.tar.gz
fetchmail-5b6b38cbd82468ac720d25b1889f63f4251bf4db.tar.bz2
fetchmail-5b6b38cbd82468ac720d25b1889f63f4251bf4db.zip
First round of changes for OPIE support.
svn path=/trunk/; revision=1173
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 5445622f..8ab9c207 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,7 +3,7 @@
# If you're running QNX, we can't assume a working autoconf.
# So just uncomment all the lines marked QNX.
-VERS=4.0.1
+VERS=4.0.2
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
@@ -147,7 +147,8 @@ distclean: clean
-rm -f fetchmail.log fetchmail.toc fetchmail.*aux
realclean: distclean # fetchmail.info*
- rm -f FAQ FEATURES
+ rm -f FAQ FEATURES NOTES \
+ MANIFEST config.cache config.log configure Makefile
mostlyclean: clean