From: Gary V. Vaughan Date: Thu, 7 Sep 2000 00:34:07 +0000 (+0000) Subject: * Makefile.am (ltmain.sh): Make this depend on TSDEPS again X-Git-Tag: release-1-3d~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cd778d127811d499289b0e26487d829e4d3617a;p=thirdparty%2Flibtool.git * Makefile.am (ltmain.sh): Make this depend on TSDEPS again so that the Changelog timestamp is used for ltmain.sh at `make dist' time. --- diff --git a/ChangeLog b/ChangeLog index e5fdf0187..ac578967d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;' terminator from a case statement by mistake. + + * Makefile.am (ltmain.sh): Make this depend on TSDEPS again + so that the Changelog timestamp is used for ltmain.sh at `make + dist' time. 2000-09-06 Gary V. Vaughan diff --git a/Makefile.am b/Makefile.am index 11aef013f..1be42ed1c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,11 @@ libtoolize: $(srcdir)/libtoolize.in $(top_builddir)/config.status CONFIG_FILES=libtoolize CONFIG_HEADERS= $(top_builddir)/config.status chmod +x libtoolize +libtool: $(srcdir)/ltmain.sh $(top_builddir)/configure + $(top_builddir)/configure --no-recursion + +@srcdir@/ltmain.sh: $(TSDEPS) + # TSDEPS will be defined to TSDEPS_DIST at `make dist' time TSDEPS = TSDEPS_DIST = ChangeLog libtool.m4