diff options
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 |