summaryrefslogtreecommitdiff
path: root/src/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 /src/makefile.nt
parente4f553e64648bf7141066d4e32f281c8400a4c86 (diff)
downloademacs-9c148db6a38853b57318dbe25af8106394753c0e.tar.gz
Do string comparision of _NMAKE_VER.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt2
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