# HG changeset patch # User Andrew Innes # Date 919687612 0 # Node ID 18002ef8ce0da0d9888bdf175a12c3b4baccb62c # Parent de406600b275e8cfe639540c203ffac67467b68b (EXTRA_LINK): Do version test with strings. diff -r de406600b275 -r 18002ef8ce0d src/makefile.nt --- 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