diff options
| author | Andrew Innes | 1999-01-27 21:49:57 +0000 |
|---|---|---|
| committer | Andrew Innes | 1999-01-27 21:49:57 +0000 |
| commit | 27d3ec7f872059482c2f01fa62ad3f126b6c0ffe (patch) | |
| tree | 38b29f06837cfaee7736c5e5bd4ab92b98e5e527 /nt | |
| parent | 94d04df6d21b3fdc694a753e5903f8c33ca710df (diff) | |
| download | emacs-27d3ec7f872059482c2f01fa62ad3f126b6c0ffe.tar.gz emacs-27d3ec7f872059482c2f01fa62ad3f126b6c0ffe.zip | |
Do make version comparison as strings.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/makefile.nt b/nt/makefile.nt index 122fadcaeed..8aba47dacb1 100644 --- a/nt/makefile.nt +++ b/nt/makefile.nt | |||
| @@ -29,7 +29,7 @@ TRES = $(BLD)\emacs.res | |||
| 29 | TRES = $(BLD)\emacs.rbj | 29 | TRES = $(BLD)\emacs.rbj |
| 30 | !endif | 30 | !endif |
| 31 | 31 | ||
| 32 | !IF ($(_NMAKE_VER) == $(_NMAKE_VER_4)) | 32 | !IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)") |
| 33 | .c{$(BLD)}.obj: | 33 | .c{$(BLD)}.obj: |
| 34 | $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< | 34 | $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< |
| 35 | !ELSE | 35 | !ELSE |