make/TestImage.gmk
changeset 53683 48ff68e2fe5c
parent 47984 89c26000ce52
child 58908 73bb9c4002cc
equal deleted inserted replaced
53682:e30211561a17 53683:48ff68e2fe5c
    28 include $(SPEC)
    28 include $(SPEC)
    29 include MakeBase.gmk
    29 include MakeBase.gmk
    30 
    30 
    31 ############################################################################
    31 ############################################################################
    32 
    32 
    33 ifeq ($(OPENJDK_TARGET_OS), windows)
    33 ifeq ($(call isTargetOs, windows), true)
    34   FIXPATH_COPY := $(TEST_IMAGE_DIR)/bin/fixpath.exe
    34   FIXPATH_COPY := $(TEST_IMAGE_DIR)/bin/fixpath.exe
    35 
    35 
    36   $(FIXPATH_COPY): $(firstword $(FIXPATH))
    36   $(FIXPATH_COPY): $(firstword $(FIXPATH))
    37 	$(call install-file)
    37 	$(call install-file)
    38 endif
    38 endif