summaryrefslogtreecommitdiff
path: root/lib-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 /lib-src/makefile.nt
parente4f553e64648bf7141066d4e32f281c8400a4c86 (diff)
downloademacs-9c148db6a38853b57318dbe25af8106394753c0e.tar.gz
Do string comparision of _NMAKE_VER.
Diffstat (limited to 'lib-src/makefile.nt')
-rw-r--r--lib-src/makefile.nt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt
index dff390ccb1f..7cf6a979fe0 100644
--- a/lib-src/makefile.nt
+++ b/lib-src/makefile.nt
@@ -217,7 +217,7 @@ $(DOC): $(BLD)\make-docfile.exe
{$(BLD)}.obj{$(BLD)}.exe:
$(LINK) -out:$@ $(LINK_FLAGS) $*.obj $(LIBS)
-!IF ($(_NMAKE_VER) < $(_NMAKE_VER_5))
+!IF ($(_NMAKE_VER) == $(_NMAKE_VER_4))
.c{$(BLD)}.obj:
$(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $<
!ELSE