From f365518811f0b421721822df24334b01471caefd Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 21 Oct 2003 03:38:29 -0700 Subject: [PATCH] [svn] Delete `libtool' from `make distclean'. --- ChangeLog | 5 +++++ Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e5dc6bd2..0fb31377 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-21 Hrvoje Niksic + + * Makefile.in (distclean-top): Remove the libtool script, because + it's generated by configure. + 2003-10-16 Hrvoje Niksic * configure.in: Don't check for int32_t because we're not really diff --git a/Makefile.in b/Makefile.in index ce805796..da17a84c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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