From 5130102fc43f7f3a897796b14918305ad96e1b4c Mon Sep 17 00:00:00 2001 From: Angelo Dureghello Date: Fri, 5 Nov 2021 16:20:24 +0100 Subject: makefile: add missing semicolons On some distributions, as Debian GNU 11, this targets fails with errors. Signed-off-by: Angelo Dureghello --- scripts/Makefile.autoconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/Makefile.autoconf b/scripts/Makefile.autoconf index 0bfc1b2a629..8a3efdb2db0 100644 --- a/scripts/Makefile.autoconf +++ b/scripts/Makefile.autoconf @@ -61,7 +61,7 @@ quiet_cmd_autoconf = GEN $@ if [ -n "${KCONFIG_IGNORE_DUPLICATES}" ] || \ ! grep -q "$${line%=*}=" include/config/auto.conf; then \ echo "$$line"; \ - fi \ + fi; \ done > $@ quiet_cmd_u_boot_cfg = CFG $@ -- cgit v1.2.3