summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2014-06-30 09:16:23 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-02 07:50:50 +0200
commit42b936ba58f02f9fb10eb501cbbf35de460659dd (patch)
treeb6b7fc1bf0cc6fd4aced4cdc2b4352487097cf1b /Makefile
parent37b2195545408851866f53c064a885a516a3ac65 (diff)
downloadbarebox-42b936ba58f02f9fb10eb501cbbf35de460659dd.tar.gz
barebox-42b936ba58f02f9fb10eb501cbbf35de460659dd.tar.xz
Makefile: Add missing closing quote for "make help"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6dad637447..a8e57ee2b7 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