From 8ef0c01da2d6028bc732817e15b7563237a62c87 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 16 Aug 2017 05:50:16 -0700 Subject: [PATCH] tools: make help: don't parenthesise subsection titles --- help-system.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help-system.mk b/help-system.mk index 07d0d7468..52ddcca4c 100644 --- a/help-system.mk +++ b/help-system.mk @@ -46,7 +46,7 @@ endef # show a subsection heading when help has been requested define def-help-subsection - $(if $(need-help),$(warning ($1))) + $(if $(need-help),$(warning $1)) endef # no-ops, for hiding help without removing it entirely