< prev index next >

make/TestImage.gmk

Print this page

        

@@ -28,11 +28,11 @@
 include $(SPEC)
 include MakeBase.gmk
 
 ############################################################################
 
-ifeq ($(OPENJDK_TARGET_OS), windows)
+ifeq ($(call isTargetOs, windows), true)
   FIXPATH_COPY := $(TEST_IMAGE_DIR)/bin/fixpath.exe
 
   $(FIXPATH_COPY): $(firstword $(FIXPATH))
         $(call install-file)
 endif
< prev index next >