From a888044525d9f03290cc1afe62dcfa3bec4bc0b9 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 19 Oct 2020 11:40:56 +0200 Subject: Cleanup: Automake: remove single use variables Throughout the Automake files, there is a consistent pattern somewhat like this: FOO_BINS = .... sbin_PROGRAMS += $(FOO_BINS) This commit all such patterns whenever the variable is not used anywhere else and appends to the target directly. Signed-off-by: David Oberhollenzer --- Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8a169fb..ce8fc89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,12 +38,7 @@ dist_man1_MANS = dist_man8_MANS = TESTS = -EXTRA_DIST = - -GLOBAL_EXTRA = \ - COPYING - -EXTRA_DIST += $(GLOBAL_EXTRA) +EXTRA_DIST = COPYING include lib/Makemodule.am include ubi-utils/Makemodule.am -- cgit v1.2.3