]> git.ipfire.org Git - thirdparty/libtool.git/commit
build: avoid spurious bootstrap_edit call.
authorGary V. Vaughan <gary@gnu.org>
Thu, 20 Oct 2011 16:40:13 +0000 (23:40 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 20 Oct 2011 16:43:42 +0000 (23:43 +0700)
commitade0d8f39c200c74a77d0c7f095b158a4591bb18
treee38b436c9e2c65012b58beabe3d34f1bedeb4df5
parente9efe2cf60837796f03132ca3c2cf2f53193e619
build: avoid spurious bootstrap_edit call.

* Makefile.am (tests/package.m4): @FOO@ substitutions have already
been made by the time Makefile.am has been transformed into Makefile,
so don't try to rerun the substitutions manually with
$(bootstrap_edit) after the fact.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
ChangeLog
Makefile.am