]> sjero.net Git - wget/commitdiff
[svn] Remove .libs directory when cleaning up.
authorhniksic <devnull@localhost>
Tue, 23 Sep 2003 20:10:59 +0000 (13:10 -0700)
committerhniksic <devnull@localhost>
Tue, 23 Sep 2003 20:10:59 +0000 (13:10 -0700)
ChangeLog
Makefile.in
src/ChangeLog
src/Makefile.in

index 1659f44731f9c31785b56e1c21a359fd055abfe8..c65206362ace5e42ebad89d0af7efa3318206e9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in (clean-top): Remove .libs.
+
 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * Makefile.in (distclean-top): Remove autom4te.cache.
index 335e410166823724fa4d84daa5aacadb9ffc7cf3..ce8057963a61058b3a7c2ed47ff0f32d80cd15b0 100644 (file)
@@ -155,6 +155,7 @@ realclean:  realclean-recursive     realclean-top
 
 clean-top:
        $(RM) *~ *.bak $(DISTNAME).tar.gz
+       $(RM) -r .libs
 
 distclean-top: clean-top
        $(RM) Makefile config.status config.log config.cache stamp-h
index 5ac5f8f94e6b84d6529ff4c068b1db20ad8e692a..1663fb10bff1af6620c1276edc22989c3d67fb47 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in (clean): Remove .libs.
+
 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * cookies.c (struct cookie): New flag domain_exact.
index d96abcd33957140079fc1bbe511dca1dca54365f..4ae47fa677409ca7304a6a04ddbd2dc8d4aa99a8 100644 (file)
@@ -130,6 +130,7 @@ uninstall.bin:
 
 clean:
        $(RM) *.o wget$(exeext) *~ *.bak core core.[0-9]* $(ANSI2KNR) *._o *._c
+       $(RM) -r .libs
 
 distclean: clean
        $(RM) Makefile config.h