fetchmail-friends
[Top] [All Lists]

[fetchmail]Makefile.in patch to fix distclean: target against 5.9.12

2002-06-07 04:12:23
Hello,

please apply this patch before 6.0.0, it has "make distclean" clean out
the ./configure cruft as well.

Thanks.

Index: Makefile.in
===================================================================
RCS file: /var/CVS/fetchmail/Makefile.in,v
retrieving revision 1.1.1.5
retrieving revision 1.4
diff -u -r1.1.1.5 -r1.4
--- Makefile.in 2002/06/05 16:31:43     1.1.1.5
+++ Makefile.in 2002/06/07 11:10:43     1.4
@@ -195,7 +195,8 @@
 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 


-- 
Matthias Andree


<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail]Makefile.in patch to fix distclean: target against 5.9.12, Matthias Andree <=