changeset 24379:18002ef8ce0d

(EXTRA_LINK): Do version test with strings.
author Andrew Innes <andrewi@gnu.org>
date Mon, 22 Feb 1999 12:46:52 +0000
parents de406600b275
children 6ef51f9beabc
files src/makefile.nt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.nt	Mon Feb 22 12:05:01 1999 +0000
+++ b/src/makefile.nt	Mon Feb 22 12:46:52 1999 +0000
@@ -40,7 +40,7 @@
 # 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