Don't remove .libs

Hrvoje Niksic <[email protected]> Sat, 25 Jun 2005 16:30:44 +0200
Newsgroups gmane.comp.web.wget.patches
Message-ID <[email protected]>
The obvious consequence of no longer using libtool:

2005-06-25  Hrvoje Niksic  <[email protected]>

	* Makefile.in: No need to clean .libs.

Index: Makefile.in
===================================================================
--- Makefile.in	(revision 1811)
+++ Makefile.in	(working copy)
@@ -143,7 +143,6 @@
 
 clean-top:
 	$(RM) *~ *.bak $(DISTNAME).tar.gz
-	$(RM) -r .libs
 
 distclean-top: clean-top
 	$(RM) Makefile config.status config.log config.cache libtool stamp-h
Index: src/Makefile.in
===================================================================
--- src/Makefile.in	(revision 1807)
+++ src/Makefile.in	(working copy)
@@ -123,7 +123,6 @@
 
 clean:
 	$(RM) *.o wget$(exeext) *~ *.bak core core.[0-9]*
-	$(RM) -r .libs
 
 distclean: clean
 	$(RM) Makefile config.h