jdk/make/java/redist/Makefile
changeset 1776 33e9405ab91b
parent 2 90ce3da70b43
child 2301 0a3821d472a3
equal deleted inserted replaced
1655:caf58ffa0845 1776:33e9405ab91b
   107 
   107 
   108 # NOTE: These might actually come from BUILDDIR, depends on the settings.
   108 # NOTE: These might actually come from BUILDDIR, depends on the settings.
   109 $(BINDIR)/msvcrt.dll: $(MSVCRT_DLL_PATH)/msvcrt.dll
   109 $(BINDIR)/msvcrt.dll: $(MSVCRT_DLL_PATH)/msvcrt.dll
   110 	$(install-import-file)
   110 	$(install-import-file)
   111 	$(CHMOD) a+x $@
   111 	$(CHMOD) a+x $@
   112 $(BINDIR)/msvcr71.dll: $(MSVCR71_DLL_PATH)/msvcr71.dll
   112 $(BINDIR)/$(MSVCRNN_DLL): $(MSVCRNN_DLL_PATH)/$(MSVCRNN_DLL)
   113 	$(install-import-file)
   113 	$(install-import-file)
   114 	$(CHMOD) a+x $@
   114 	$(CHMOD) a+x $@
   115 
   115 
   116 # Get the hotspot .map and .pdb files for client and server
   116 # Get the hotspot .map and .pdb files for client and server
   117 IMPORT_LIST += \
   117 IMPORT_LIST += \