summaryrefslogtreecommitdiff
path: root/nt/gmake.defs
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2010-10-01 10:16:39 +0200
committerEli Zaretskii <eliz@gnu.org>2010-10-01 10:16:39 +0200
commit74403bf395997f26cb1d4245658d1c6230acc2a3 (patch)
treed0b88ee95d6d5c9daac27f13854b508b70c343e7 /nt/gmake.defs
parent2c118b8d726a9cc7c228b1427b043a93b84fe86e (diff)
downloademacs-74403bf395997f26cb1d4245658d1c6230acc2a3.tar.gz
Fix bug #7102.
gmake.defs: Add a comment with a single quote to fix fontification.
Diffstat (limited to 'nt/gmake.defs')
-rw-r--r--nt/gmake.defs1
1 files changed, 1 insertions, 0 deletions
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