]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (config/ltmain.sh): Removed. Rebuilding ltmain.sh
authorGary V. Vaughan <gary@gnu.org>
Tue, 25 Nov 2003 16:48:13 +0000 (16:48 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 25 Nov 2003 16:48:13 +0000 (16:48 +0000)
isn't enough, because the TIMESTAMP in config.status is still out
of date.
(config.status): We actually need a new config.status to force the
correct timestamp into ltmain.sh.

ChangeLog
Makefile.am

index 7d38703d40e8da019cfc6ebfd3392c02cb5ef8b1..a2956457c1f1521dbe0282cac7eac856ef7e37ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2003-11-25  Gary V. Vaughan  <gary@gnu.org>
 
+       * Makefile.am (config/ltmain.sh): Removed.  Rebuilding ltmain.sh
+       isn't enough, because the TIMESTAMP in config.status is still out
+       of date.
+       (config.status): We actually need a new config.status to force the
+       correct timestamp into ltmain.sh.
+
        * Makefile.am (config/ltmain.sh): Note the dependency on the
        timestamp in ChangeLog so we don't ship libtools that report the
        wrong version number :-/
index 465057c70625146c5f3eb77ed47e44cb2e8b8a14..1090eb39b06b30a5c1a769ada528604e83127e9b 100644 (file)
@@ -50,8 +50,8 @@ libtoolize: $(srcdir)/libtoolize.in $(top_builddir)/config.status
        CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_COMMANDS= $(SHELL) $(config_status)
        chmod +x $@
 
-# Make sure ltmain.sh is regenerated when the version timestamp changes
-config/ltmain.sh: ChangeLog
+# Make sure configure is regenerated when the version timestamp changes
+config.status: ChangeLog
 
 .PHONY: configure-subdirs
 configure-subdirs distdir: $(DIST_MAKEFILE_LIST)