summaryrefslogtreecommitdiff
path: root/nt/makefile.nt
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1998-12-08 23:56:14 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1998-12-08 23:56:14 +0000
commit9c148db6a38853b57318dbe25af8106394753c0e (patch)
treee7e30b9e778724378303f8182c6bcb98b74c461f /nt/makefile.nt
parente4f553e64648bf7141066d4e32f281c8400a4c86 (diff)
downloademacs-9c148db6a38853b57318dbe25af8106394753c0e.tar.gz
Do string comparision of _NMAKE_VER.
Diffstat (limited to 'nt/makefile.nt')
-rw-r--r--nt/makefile.nt2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/makefile.nt b/nt/makefile.nt
index 77609f45bb9..ed8bfe6628f 100644
--- a/nt/makefile.nt
+++ b/nt/makefile.nt
@@ -29,7 +29,7 @@ TRES = $(BLD)\emacs.res
TRES = $(BLD)\emacs.rbj
!endif
-!IF ($(_NMAKE_VER) < $(_NMAKE_VER_5))
+!IF ($(_NMAKE_VER) == $(_NMAKE_VER_4))
.c{$(BLD)}.obj:
$(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $<
!ELSE