make/copy/Copy-jdk.accessibility.gmk
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
child 48300 8a5edac3d5a2
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
    31   TARGETS += $(INCLUDE_DST_OS_DIR)/bridge/AccessBridgeCallbacks.h \
    31   TARGETS += $(INCLUDE_DST_OS_DIR)/bridge/AccessBridgeCallbacks.h \
    32       $(INCLUDE_DST_OS_DIR)/bridge/AccessBridgeCalls.h \
    32       $(INCLUDE_DST_OS_DIR)/bridge/AccessBridgeCalls.h \
    33       $(INCLUDE_DST_OS_DIR)/bridge/AccessBridgePackages.h
    33       $(INCLUDE_DST_OS_DIR)/bridge/AccessBridgePackages.h
    34 
    34 
    35   $(INCLUDE_DST_OS_DIR)/bridge/%: \
    35   $(INCLUDE_DST_OS_DIR)/bridge/%: \
    36       $(JDK_TOPDIR)/src/jdk.accessibility/windows/native/include/bridge/%
    36       $(TOPDIR)/src/jdk.accessibility/windows/native/include/bridge/%
    37 		$(install-file)
    37 		$(install-file)
    38 
    38 
    39 endif
    39 endif
    40 
    40 
    41 ################################################################################
    41 ################################################################################