1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Delete libtool' from make distclean'.

This commit is contained in:
hniksic 2003-10-21 03:38:29 -07:00
parent 6b81802efe
commit f365518811
2 changed files with 6 additions and 1 deletions

View File

@ -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> 2003-10-16 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Don't check for int32_t because we're not really * configure.in: Don't check for int32_t because we're not really

View File

@ -158,7 +158,7 @@ clean-top:
$(RM) -r .libs $(RM) -r .libs
distclean-top: clean-top 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 $(RM) -r autom4te.cache
realclean-top: distclean-top realclean-top: distclean-top