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 /src | |
| parent | 94d04df6d21b3fdc694a753e5903f8c33ca710df (diff) | |
| download | emacs-27d3ec7f872059482c2f01fa62ad3f126b6c0ffe.tar.gz emacs-27d3ec7f872059482c2f01fa62ad3f126b6c0ffe.zip | |
Do make version comparison as strings.
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index 787018e4fce..65d763b4470 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -248,7 +248,7 @@ $(TLASTLIB): $(BLD)\lastfile.obj | |||
| 248 | # | 248 | # |
| 249 | # Object files. | 249 | # Object files. |
| 250 | # | 250 | # |
| 251 | !IF ($(_NMAKE_VER) == $(_NMAKE_VER_4)) | 251 | !IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)") |
| 252 | .c{$(BLD)}.obj: | 252 | .c{$(BLD)}.obj: |
| 253 | $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< | 253 | $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< |
| 254 | !ELSE | 254 | !ELSE |