summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-06 18:16:14 -0700
committerKarl Berry <karl@freefriends.org>2020-10-06 18:16:14 -0700
commitdbc1c9e775b0ce78c3cbb912d5e9934f8a99965a (patch)
treea0f28b286e49b91df8d42b0e8830e7e20bdf296d /NEWS
parente0d69cc7749622d10de223baca048467de7b37c1 (diff)
downloadautomake-dbc1c9e775b0ce78c3cbb912d5e9934f8a99965a.tar.gz
automake: install-exec did not depend on $(BUILT_SOURCES).
This change fixes https://bugs.gnu.org/43683. * lib/am/install.am (install-exec): %maybe_BUILT_SOURCES% dependency, twice. Basic patch from madmurphy (tiny change), message#8. (.MAKE) [maybe_BUILT_SOURCES]: depend on install-exec. * NEWS: mention it. * doc/automake.texi (Sources): mention this (also that make dist depends on $(BUILT_SOURCES)). * t/built-sources-install-exec.sh: new test. * t/list-of-tests.mk (handwritten_TESTS): add it. * t/built-sources-install.sh: typo. * t/built-sources-check.sh: typo.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f36011c87..eb17e483b 100644
--- a/NEWS
+++ b/NEWS
@@ -75,6 +75,8 @@ New in ?.?.?:
contrib/checklinkx (a small modification of W3C checklink) added,
with accompany target checklinkx to recheck urls.
+ - install-exec target depends on $(BUILT_SOURCES).
+
- valac argument matching more precise, to avoid garbage in DIST_COMMON.
* Distribution