make/copy/Copy-java.base.gmk
changeset 47765 b7c7428eaab9
parent 47687 fb290fd1f9d4
child 48300 8a5edac3d5a2
equal deleted inserted replaced
47764:029d5efaaa6c 47765:b7c7428eaab9
    40 
    40 
    41 $(INCLUDE_DST_DIR)/%.h: $(TOPDIR)/src/java.base/share/native/include/%.h
    41 $(INCLUDE_DST_DIR)/%.h: $(TOPDIR)/src/java.base/share/native/include/%.h
    42 	$(call install-file)
    42 	$(call install-file)
    43 
    43 
    44 $(INCLUDE_DST_OS_DIR)/%.h: \
    44 $(INCLUDE_DST_OS_DIR)/%.h: \
    45     $(TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS_EXPORT_DIR)/native/include/%.h
    45     $(TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS_TYPE)/native/include/%.h
    46 	$(call install-file)
    46 	$(call install-file)
    47 
    47 
    48 ################################################################################
    48 ################################################################################
    49 
    49 
    50 ifneq ($(findstring $(OPENJDK_TARGET_OS), windows aix),)
    50 ifneq ($(findstring $(OPENJDK_TARGET_OS), windows aix),)