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 /Makefile.in | |
parent | 52b3a2412b177e8f3acb56234bd98dc2810dc682 (diff) | |
download | fetchmail-020ac3168772c3fef1fe5240717cb14273f345c8.tar.gz fetchmail-020ac3168772c3fef1fe5240717cb14273f345c8.tar.bz2 fetchmail-020ac3168772c3fef1fe5240717cb14273f345c8.zip |
Matthias Andree's cleanup.
svn path=/trunk/; revision=3637
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 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 |