Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
19d5deef
Commit
19d5deef
authored
Oct 01, 2010
by
Eli Zaretskii
Browse files
Fix bug #7102.
gmake.defs: Add a comment with a single quote to fix fontification.
parent
1fcaf927
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
nt/ChangeLog
nt/ChangeLog
+5
-0
nt/gmake.defs
nt/gmake.defs
+1
-0
No files found.
nt/ChangeLog
View file @
19d5deef
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
...
...
nt/gmake.defs
View file @
19d5deef
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment