diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-06-07 13:30:07 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-06-07 13:30:07 +0000 |
commit | 020ac3168772c3fef1fe5240717cb14273f345c8 (patch) | |
tree | 01600d8d1d63c35351671be8562380ff5e33e368 | |
parent | 52b3a2412b177e8f3acb56234bd98dc2810dc682 (diff) | |
download | fetchmail-020ac3168772c3fef1fe5240717cb14273f345c8.tar.gz fetchmail-020ac3168772c3fef1fe5240717cb14273f345c8.tar.bz2 fetchmail-020ac3168772c3fef1fe5240717cb14273f345c8.zip |
Matthias Andree's cleanup.
svn path=/trunk/; revision=3637
-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: |