From 19d5deefe5640970a2e0b73a16d3f624fa2a7ef4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 1 Oct 2010 10:16:39 +0200 Subject: [PATCH] Fix bug #7102. gmake.defs: Add a comment with a single quote to fix fontification. --- nt/ChangeLog | 5 +++++ nt/gmake.defs | 1 + 2 files changed, 6 insertions(+) diff --git a/nt/ChangeLog b/nt/ChangeLog index 03e4546c36c..25c274c4f9a 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -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 --git a/nt/gmake.defs b/nt/gmake.defs index 491e6512066..2265841efa3 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -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 -- 2.39.5