changeset 57320:7e04ccc598e0

8227636: Fix output dir for jlink_jre target in Images.gmk Reviewed-by: tbell
author clanger
date Fri, 12 Jul 2019 21:38:46 +0200
parents 7eb1f8d4a4e9
children 7fd4446c02ee
files make/Images.gmk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) \