# HG changeset patch # User Eli Zaretskii # Date 1285920999 -7200 # Node ID f41f9fcfa7697e5be2e48f6d1cadbe5439679a98 # Parent 243c4ee22629a28052ce0f7792f6f73b4503ed8b Fix bug #7102. gmake.defs: Add a comment with a single quote to fix fontification. diff -r 243c4ee22629 -r f41f9fcfa769 nt/ChangeLog --- a/nt/ChangeLog Fri Oct 01 00:24:35 2010 -0700 +++ b/nt/ChangeLog Fri Oct 01 10:16:39 2010 +0200 @@ -1,3 +1,8 @@ +2010-10-01 Eli Zaretskii + + * gmake.defs: Add a comment with a single quote to fix + fontification. (Bug#7102) + 2010-09-29 Eli Zaretskii * configure.bat: Fix the condition for copying paths.h into diff -r 243c4ee22629 -r f41f9fcfa769 nt/gmake.defs --- 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