* Makefile.am (libtool): Force libtool to be regenerated if

stamp-vcl has changed.
This commit is contained in:
Gary V. Vaughan 2004-09-05 18:00:56 +00:00
parent 0aef25d740
commit 1c0b2cca5f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-09-05 Gary V. Vaughan <gary@gnu.org>
* Makefile.am (libtool): Force libtool to be regenerated if
stamp-vcl has changed.
2004-09-05 Albert Chin-A-Young <china@thewrittenword.com>
* m4/libtool.m4, config/ltmain.in: When calling $LTCC,

View File

@ -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