diff options
| author | Paul Eggert | 2011-11-17 09:40:48 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-17 09:40:48 -0800 |
| commit | c5e87d104b7342f35459c7513d6b4cefea1e968e (patch) | |
| tree | b1e452497894607b5199474897953bf739552904 /nt | |
| parent | df85d31593aab41321a8bac130e1f9c5b678e9d7 (diff) | |
| download | emacs-c5e87d104b7342f35459c7513d6b4cefea1e968e.tar.gz emacs-c5e87d104b7342f35459c7513d6b4cefea1e968e.zip | |
Spelling fixes.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/gmake.defs | 3 |
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 = . | |||
| 95 | ifdef USING_SH | 95 | ifdef USING_SH |
| 96 | sh_output := $(shell echo [Please ignore a syntax error on the next line - it is intentional] 1>&2) | 96 | sh_output := $(shell echo [Please ignore a syntax error on the next line - it is intentional] 1>&2) |
| 97 | sh_output := $(shell echo foo") | 97 | sh_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 |
| 99 | ifeq "$(sh_output)" "" | 99 | ifeq "$(sh_output)" "" |
| 100 | NEW_CYGWIN = 1 | 100 | NEW_CYGWIN = 1 |
| 101 | endif | 101 | endif |
| @@ -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 | |||