tools: make help: don't parenthesise subsection titles

This commit is contained in:
Simon Michael 2017-08-16 05:50:16 -07:00
parent 16c07c537b
commit 8ef0c01da2

View File

@ -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