aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in3
-rw-r--r--NEWS2
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 8a71a6da..8a102df2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -195,7 +195,8 @@ clean:
distclean: clean
-cd intl; $(MAKE) distclean
-cd po; $(MAKE) distclean
- -rm -f TAGS tags
+ -rm -f TAGS tags config.h config.status config.log \
+ config.cache stamp-h stamp-h.in Makefile
realclean: distclean
-rm -f FAQ FEATURES NOTES MANIFEST
diff --git a/NEWS b/NEWS
index 1135fa29..c1b4bcfe 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@
(The `lines' figures total .c, .h, .l, and .y files under version control.)
* Cygwin port fixes for socket.c.
-* Matthias Andree's patch to clean up xmalloc types.
+* Matthias Andree's patches to clean up xmalloc types abd improve distclean.
fetchmail-5.9.12 (Tue Jun 4 14:57:47 EDT 2002), 21669 lines: