From 42b936ba58f02f9fb10eb501cbbf35de460659dd Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Mon, 30 Jun 2014 09:16:23 -0400 Subject: [PATCH] Makefile: Add missing closing quote for "make help" Signed-off-by: Robert P. J. Day Signed-off-by: Sascha Hauer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6dad63744..a8e57ee2b 100644 --- a/Makefile +++ b/Makefile @@ -1076,7 +1076,7 @@ help: @echo ' enough build support to build external modules' @echo ' mrproper - Remove all generated files + config + various backup files' @echo ' distclean - mrproper + remove editor backup and patch files' - @echo ' docs - build documentation + @echo ' docs - build documentation' @echo '' @echo 'Configuration targets:' @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help