From 82db9f487f6569e0960df87955e721a9f643ee64 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 13 Nov 2021 14:28:18 +0100 Subject: [PATCH] Makefile: really comment syntax colouring The unmatched escaped single-quote lies in the middle of a few function calls, so they too must be fake-closed to properly fix colour highlighting in some editors. Signed-off-by: Yann E. MORIN (cherry picked from commit cba51c7f5af35bf00a09b7035cae525f5791879c) Signed-off-by: Peter Korsgaard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07301f2f10..47973344d3 100644 --- a/Makefile +++ b/Makefile @@ -1073,7 +1073,7 @@ printvars: $(if $(QUOTED_VARS),\ $(info $V='$(subst ','\'',$(if $(RAW_VARS),$(value $V),$($V)))'), \ $(info $V=$(if $(RAW_VARS),$(value $V),$($V)))))) -# ' Syntax colouring... +# ')))) # Syntax colouring... .PHONY: clean clean: