8227636: Fix output dir for jlink_jre target in Images.gmk
authorclanger
Fri, 12 Jul 2019 21:38:46 +0200
changeset 55696 7e04ccc598e0
parent 55695 7eb1f8d4a4e9
child 55697 7fd4446c02ee
8227636: Fix output dir for jlink_jre target in Images.gmk Reviewed-by: tbell
make/Images.gmk
--- a/make/Images.gmk	Thu Jul 04 11:55:00 2019 +0200
+++ b/make/Images.gmk	Fri Jul 12 21:38:46 2019 +0200
@@ -102,7 +102,7 @@
     WARN := Creating legacy jre image, \
     DEPS := $(JMODS) $(BASE_RELEASE_FILE) \
         $(call DependOnVariable, JDK_MODULES_LIST), \
-    OUTPUT_DIR := $(JDK_IMAGE_DIR), \
+    OUTPUT_DIR := $(JRE_IMAGE_DIR), \
     SUPPORT_DIR := $(SUPPORT_OUTPUTDIR)/images/jre, \
     PRE_COMMAND := $(RM) -r $(JRE_IMAGE_DIR), \
     COMMAND := $(JLINK_TOOL) --add-modules $(JRE_MODULES_LIST) \