]> sjero.net Git - wget/commitdiff
[svn] Delete `libtool' from `make distclean'.
authorhniksic <devnull@localhost>
Tue, 21 Oct 2003 10:38:29 +0000 (03:38 -0700)
committerhniksic <devnull@localhost>
Tue, 21 Oct 2003 10:38:29 +0000 (03:38 -0700)
ChangeLog
Makefile.in

index e5dc6bd2d978d257a598161afca50da69975744f..0fb313776a39a2409a22e8495b3f3d5301e82961 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-21  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in (distclean-top): Remove the libtool script, because
+       it's generated by configure.
+
 2003-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * configure.in: Don't check for int32_t because we're not really
index ce8057963a61058b3a7c2ed47ff0f32d80cd15b0..da17a84cc449063aab0ce1c1fa9561ac58e5a8da 100644 (file)
@@ -158,7 +158,7 @@ clean-top:
        $(RM) -r .libs
 
 distclean-top: clean-top
-       $(RM) Makefile config.status config.log config.cache stamp-h
+       $(RM) Makefile config.status config.log config.cache libtool stamp-h
        $(RM) -r autom4te.cache
 
 realclean-top: distclean-top