diff nt/gmake.defs @ 110673:f41f9fcfa769

Fix bug #7102. gmake.defs: Add a comment with a single quote to fix fontification.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 01 Oct 2010 10:16:39 +0200
parents 0c42e0c36463
children 417b1e4d63cd
line wrap: on
line diff
--- a/nt/gmake.defs	Fri Oct 01 00:24:35 2010 -0700
+++ b/nt/gmake.defs	Fri Oct 01 10:16:39 2010 +0200
@@ -96,6 +96,7 @@
 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