gmake.defs: Add a comment with a single quote to fix fontification.
+2010-10-01 Eli Zaretskii <eliz@gnu.org>
+
+ * gmake.defs: Add a comment with a single quote to fix
+ fontification. (Bug#7102)
+
2010-09-29 Eli Zaretskii <eliz@gnu.org>
* configure.bat: Fix the condition for copying paths.h into
ifdef USING_SH
sh_output := $(shell echo [Please ignore a syntax error on the next line - it is intentional] 1>&2)
sh_output := $(shell echo foo")
+# This single quote " is to fix fintification due to previous line
ifeq "$(sh_output)" ""
NEW_CYGWIN = 1
endif