From: Gary V. Vaughan Date: Sun, 5 Sep 2004 18:00:56 +0000 (+0000) Subject: * Makefile.am (libtool): Force libtool to be regenerated if X-Git-Tag: release-1-9d~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c0b2cca5f32b4d417b5ea34d98e8778de9c0fe8;p=thirdparty%2Flibtool.git * Makefile.am (libtool): Force libtool to be regenerated if stamp-vcl has changed. --- diff --git a/ChangeLog b/ChangeLog index a3e732a27..4ffe3a497 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-05 Gary V. Vaughan + + * Makefile.am (libtool): Force libtool to be regenerated if + stamp-vcl has changed. + 2004-09-05 Albert Chin-A-Young * m4/libtool.m4, config/ltmain.in: When calling $LTCC, diff --git a/Makefile.am b/Makefile.am index ac47f19aa..f64dd8870 100644 --- a/Makefile.am +++ b/Makefile.am @@ -137,7 +137,7 @@ libtoolize: libtoolize.in Makefile # Automake doesn't want us to generate distributed files from config.status, # but the alternative (see libtool-1.4.3) was even uglier! -libtool: $(top_builddir)/config.status config/ltmain.sh +libtool: $(top_builddir)/config.status config/ltmain.sh stamp-vcl cd $(top_builddir) && $(SHELL) ./config.status $@ .PHONY: configure-subdirs