1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(EXTRA_LINK): Do version test with strings.

This commit is contained in:
Andrew Innes 1999-02-22 12:46:52 +00:00
parent 312ae6bf9a
commit 69bd9c93b7

View 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