diff options
-rw-r--r-- | Makefile.in | 3 | ||||
-rw-r--r-- | NEWS | 2 |
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 @@ -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: |