From 16a444c5011e70298ebd9546a39f9d8b61d95030 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Tue, 10 Jan 2023 03:35:04 +0100 Subject: util/crossgcc/Makefile.inc: Terminate quoted string `make help` does not execute successfully because a quoted string is unterminated. Fix that. Change-Id: I643fde1270a154ba523eb21522dcf5f6d4023110 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/71768 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas Reviewed-by: Paul Menzel --- util/crossgcc/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/crossgcc') diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc index 4534aaa994..8a4f3c53a2 100644 --- a/util/crossgcc/Makefile.inc +++ b/util/crossgcc/Makefile.inc @@ -15,7 +15,7 @@ help_toolchain help:: @echo ' ARCH can be "$(subst $(spc),"$(comma) ",$(TOOLCHAIN_ARCHES))"' @echo ' Use "make [target] CPUS=#" to build toolchain using multiple cores' @echo ' Use "make [target] DEST=some/path" to install toolchain there' - @echo ' Use "make [target] BUILDGCC_OPTIONS="-m" to get packages from coreboot mirror" + @echo ' Use "make [target] BUILDGCC_OPTIONS="-m" to get packages from coreboot mirror"' @echo # For the toolchain builds, use CPUS=x to use multiple processors to build -- cgit v1.2.3