diff options
author | Andrew Innes <andrewi@gnu.org> | 1999-01-27 21:49:57 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 1999-01-27 21:49:57 +0000 |
commit | afc56eecd81038d04bdcfdad3c6bd67e055013c2 (patch) | |
tree | 256635a77a4818037dddb50733b20f63a1538ae0 /lib-src/makefile.nt | |
parent | 8d2d77c1150c4731e4d357cb4d4fde749f3dada1 (diff) | |
download | emacs-afc56eecd81038d04bdcfdad3c6bd67e055013c2.tar.gz |
Do make version comparison as strings.
Diffstat (limited to 'lib-src/makefile.nt')
-rw-r--r-- | lib-src/makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index 7cf6a979fe0..e3c1a2ef5de 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_4)) +!IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)") .c{$(BLD)}.obj: $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< !ELSE |