diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1998-12-08 23:56:14 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1998-12-08 23:56:14 +0000 |
commit | 9c148db6a38853b57318dbe25af8106394753c0e (patch) | |
tree | e7e30b9e778724378303f8182c6bcb98b74c461f /src/makefile.nt | |
parent | e4f553e64648bf7141066d4e32f281c8400a4c86 (diff) | |
download | emacs-9c148db6a38853b57318dbe25af8106394753c0e.tar.gz |
Do string comparision of _NMAKE_VER.
Diffstat (limited to 'src/makefile.nt')
-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 3af4696a075..e4a1a49787d 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -241,7 +241,7 @@ $(TLASTLIB): $(BLD)\lastfile.obj # # Object files. # -!IF ($(_NMAKE_VER) < $(_NMAKE_VER_5)) +!IF ($(_NMAKE_VER) == $(_NMAKE_VER_4)) .c{$(BLD)}.obj: $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< !ELSE |