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 --- tests/jittertest/Makemodule.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/jittertest/Makemodule.am') diff --git a/tests/jittertest/Makemodule.am b/tests/jittertest/Makemodule.am index d4cc121..4698365 100644 --- a/tests/jittertest/Makemodule.am +++ b/tests/jittertest/Makemodule.am @@ -10,10 +10,7 @@ JITTEREST_BINS = \ JITTERTEST_SH = \ tests/jittertest/filljffs2.sh -JITTERTEST_EXTRA = \ - tests/jittertest/README - -EXTRA_DIST += $(JITTERTEST_EXTRA) $(JITTERTEST_SH) +EXTRA_DIST += tests/jittertest/README $(JITTERTEST_SH) if INSTALL_TESTS pkglibexec_SCRIPTS += $(JITTERTEST_SH) -- cgit v1.2.3