Fix bug #7102.
authorEli Zaretskii <eliz@gnu.org>
Fri, 1 Oct 2010 08:16:39 +0000 (10:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Oct 2010 08:16:39 +0000 (10:16 +0200)
 gmake.defs: Add a comment with a single quote to fix fontification.

nt/ChangeLog
nt/gmake.defs

index 03e4546..25c274c 100644 (file)
@@ -1,3 +1,8 @@
+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
index 491e651..2265841 100644 (file)
@@ -96,6 +96,7 @@ THISDIR               = .
 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