]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am ($(top_srcdir)/config/ltmain.sh): Actually run
authorGary V. Vaughan <gary@gnu.org>
Thu, 5 Aug 2004 06:58:55 +0000 (06:58 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 5 Aug 2004 06:58:55 +0000 (06:58 +0000)
$(MKSTAMP) before changing directories, or it won't be found.
Forgot to save before my last commit :-(

ChangeLog
Makefile.am

index ca978aad0d3e04ae901876c022912d831019938c..71f998931efc16f8e5b6a0808da9a109ce38e5c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-08-05  Gary V. Vaughan  <gary@gnu.org>
 
+       * Makefile.am ($(top_srcdir)/config/ltmain.sh): Actually run
+       $(MKSTAMP) before changing directories, or it won't be found.
+       Forgot to save before my last commit :-(
+
        * Makefile.am ($(top_srcdir)/m4/ltversion.m4): Since we already did
        `cd $(top_srcdir)' for this rule, we can't mv ltversion.tmp to the
        relative $(top_srcdir) again!  Also, run $(MKSTAMP) before changing
index 8f7120d33125db16067fa0c565ff823a1c7c1e38..39814777692e677a7600120abff051035a0ae3cd 100644 (file)
@@ -90,9 +90,9 @@ $(top_srcdir)/m4/ltversion.m4: m4/ltversion.in configure.ac stamp-vcl
 ## And for similar reasons, ltmain.sh can't be built from config.status.
 EXTRA_DIST += config/ltmain.sh
 $(top_srcdir)/config/ltmain.sh: config/ltmain.in configure.ac stamp-vcl
+       set -- `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \
        cd $(top_srcdir); \
        rm -f config/ltmain.tmp; \
-       set -- `$(MKSTAMP) < $(top_srcdir)/ChangeLog`; \
        input="ltmain.in"; \
        $(edit) -e "s,@TIMESTAMP\@,$$1 $$2 $$3,g" \
                -e "s,@package_revision\@,$$1,g" \