Fix bug #7102.
gmake.defs: Add a comment with a single quote to fix fontification.
This commit is contained in:
parent
1fcaf927db
commit
19d5deefe5
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue