aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorPaul Eggert2011-11-17 09:40:48 -0800
committerPaul Eggert2011-11-17 09:40:48 -0800
commitc5e87d104b7342f35459c7513d6b4cefea1e968e (patch)
treeb1e452497894607b5199474897953bf739552904 /nt
parentdf85d31593aab41321a8bac130e1f9c5b678e9d7 (diff)
downloademacs-c5e87d104b7342f35459c7513d6b4cefea1e968e.tar.gz
emacs-c5e87d104b7342f35459c7513d6b4cefea1e968e.zip
Spelling fixes.
Diffstat (limited to 'nt')
-rw-r--r--nt/gmake.defs3
1 files changed, 1 insertions, 2 deletions
diff --git a/nt/gmake.defs b/nt/gmake.defs
index 46d4acf76dd..a1ff7af853e 100644
--- a/nt/gmake.defs
+++ b/nt/gmake.defs
@@ -95,7 +95,7 @@ THISDIR = .
95ifdef USING_SH 95ifdef USING_SH
96sh_output := $(shell echo [Please ignore a syntax error on the next line - it is intentional] 1>&2) 96sh_output := $(shell echo [Please ignore a syntax error on the next line - it is intentional] 1>&2)
97sh_output := $(shell echo foo") 97sh_output := $(shell echo foo")
98# This single quote " is to fix fintification due to previous line 98# This single quote " is to fix fontification due to previous line
99ifeq "$(sh_output)" "" 99ifeq "$(sh_output)" ""
100NEW_CYGWIN = 1 100NEW_CYGWIN = 1
101endif 101endif
@@ -311,4 +311,3 @@ export XMFLAGS
311 311
312$(BLD)/%.o: %.c 312$(BLD)/%.o: %.c
313 $(CC) $(CFLAGS) $(CC_OUT)$@ $< 313 $(CC) $(CFLAGS) $(CC_OUT)$@ $<
314