mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* Makefile.am (ltmain.sh): Make this depend on TSDEPS again
so that the Changelog timestamp is used for ltmain.sh at `make dist' time.
This commit is contained in:
parent
f8d415aeef
commit
4cd778d127
@ -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 <gvv@techie.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user