From 981043dc883a944f4492df0b30c20e29b53a56e9 Mon Sep 17 00:00:00 2001 From: "Kirill K. Smirnov" Date: Sun, 20 Aug 2023 13:01:27 +0300 Subject: [PATCH] Do not process 'packages' folder twice The folder 'packages' is processed in bootstrap, so there is no need to process it again in Makefile. This fixes a regression introduced in eb62ec3fbe3982f5f16561675fd0820d4313a0b4 Signed-off-by: Kirill K. Smirnov --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2e7cd1d6..6f21739d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = kconfig bin_SCRIPTS = ct-ng CLEANFILES = ct-ng bash-completion/ct-ng docs/ct-ng.1 EXTRA_DIST = bootstrap ct-ng.in bash-completion/ct-ng.in \ - docs/ct-ng.1.in packages maintainer testing + docs/ct-ng.1.in maintainer testing if INSTALL_BASH_COMPLETION compdir = @BASH_COMPLETION_DIR@