make/test/BuildFailureHandler.gmk
changeset 53683 48ff68e2fe5c
parent 49070 d7859531621b
child 58908 73bb9c4002cc
--- a/make/test/BuildFailureHandler.gmk	Thu Feb 07 10:26:32 2019 +0100
+++ b/make/test/BuildFailureHandler.gmk	Thu Feb 07 12:35:45 2019 +0100
@@ -61,7 +61,7 @@
 
 ################################################################################
 
-ifeq ($(OPENJDK_TARGET_OS), windows)
+ifeq ($(call isTargetOs, windows), true)
 
   $(eval $(call SetupNativeCompilation, BUILD_LIBTIMEOUT_HANDLER, \
         NAME := timeoutHandler, \
@@ -99,7 +99,7 @@
 #
 RUN_DIR := $(FH_SUPPORT)/test
 # Add the dir of the dll to the path on windows
-ifeq ($(OPENJDK_TARGET_OS), windows)
+ifeq ($(call isTargetOs, windows), true)
   export PATH := $(PATH);$(FH_SUPPORT)
 endif