]> git.eshelyaron.com Git - emacs.git/commitdiff
(EXTRA_LINK): Do version test with strings.
authorAndrew Innes <andrewi@gnu.org>
Mon, 22 Feb 1999 12:46:52 +0000 (12:46 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 22 Feb 1999 12:46:52 +0000 (12:46 +0000)
src/makefile.nt

index bd09e4f99ca0d3c04870689c4a8e3f557e8868d5..52cad88d118d3c096d434a5fc8c644fc5c1e3c34 100644 (file)
@@ -40,7 +40,7 @@ LOCAL_FLAGS     = $(LOCAL_FLAGS) -DHAVE_NTGUI=1
 # From MSVC 5.0 onwards, it seem base relocation information is not included,
 # at least in release builds.  We need to ensure the reloc info is included
 # in order to use the MSVC profiler.
-!IF ($(_NMAKE_VER) == $(_NMAKE_VER_4))
+!IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)")
 EXTRA_LINK      =
 !ELSE
 EXTRA_LINK      = -profile