changeset 1769:8885b2256507 jdk7-b75

6896472: Missing libjsig.so causes jdk build failure Reviewed-by: tbell, kvn, phh
author ohair
date Thu, 29 Oct 2009 11:17:02 -0700
parents 1602e8848bde
children 185f51018a36 9618f9a100e4
files make/java/redist/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/java/redist/Makefile	Mon Oct 19 16:31:48 2009 -0700
+++ b/make/java/redist/Makefile	Thu Oct 29 11:17:02 2009 -0700
@@ -211,7 +211,7 @@
 $(LIB_LOCATION)/$(KERNEL_LOCATION)/$(JVM_NAME): $(HOTSPOT_KERNEL_PATH)/$(JVM_NAME)
 	$(install-file)
 
-$(LIB_LOCATION)/$(LIBJSIG_NAME): $(HOTSPOT_SERVER_PATH)/$(LIBJSIG_NAME)
+$(LIB_LOCATION)/$(LIBJSIG_NAME): $(HOTSPOT_IMPORT_PATH)/$(ARCH_VM_SUBDIR)/$(LIBJSIG_NAME)
 	$(install-import-file)
 
 $(LIB_LOCATION)/$(CLIENT_LOCATION)/$(LIBJSIG_NAME) \