From dbc1c9e775b0ce78c3cbb912d5e9934f8a99965a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 6 Oct 2020 18:16:14 -0700 Subject: 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. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.1