From: Gary V. Vaughan Date: Tue, 25 Nov 2003 16:51:14 +0000 (+0000) Subject: * Makefile.am (config.status): Removed. Rebuilding config.status X-Git-Tag: release-1-9b~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7df618add44c296eb1387a6114e1df6c631a3d0;p=thirdparty%2Flibtool.git * Makefile.am (config.status): Removed. Rebuilding config.status isn't enough, because the TIMESTAMP in configure is still out of date. (configure): We actually need a new configure to force the correct timestamp into ltmain.sh. --- diff --git a/ChangeLog b/ChangeLog index a2956457c..ceb0c457c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2003-11-25 Gary V. Vaughan + * Makefile.am (config.status): Removed. Rebuilding config.status + isn't enough, because the TIMESTAMP in configure is still out + of date. + (configure): We actually need a new configure to force the + correct timestamp into ltmain.sh. + * Makefile.am (config/ltmain.sh): Removed. Rebuilding ltmain.sh isn't enough, because the TIMESTAMP in config.status is still out of date. diff --git a/Makefile.am b/Makefile.am index 1090eb39b..1d25fbe6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ libtoolize: $(srcdir)/libtoolize.in $(top_builddir)/config.status chmod +x $@ # Make sure configure is regenerated when the version timestamp changes -config.status: ChangeLog +configure: ChangeLog .PHONY: configure-subdirs configure-subdirs distdir: $(DIST_MAKEFILE_LIST)