Skip to content

Commit ce8ef14

Browse files
groegesandrew-m-leonard
authored andcommittedNov 28, 2017
Apply OpenJDK10 change to get AIX JRE image to be built (ibmruntimes#92)
Signed-off-by: Steve Groeger <GROEGES@uk.ibm.com>
1 parent e180b84 commit ce8ef14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎make/Images.gmk

+2-2
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ $(eval $(call IncludeCustomExtension, , Images-post.gmk))
434434
$(JRE_TARGETS): $(TOOL_JRE_TARGETS)
435435
$(JDK_TARGETS): $(TOOL_JDK_TARGETS)
436436

437-
jdk: $(JDK_TARGETS)
438-
jre: $(JRE_TARGETS)
437+
jdk: $(TOOL_JDK_TARGETS) $(JDK_TARGETS)
438+
jre: $(TOOL_JRE_TARGETS) $(JRE_TARGETS)
439439
symbols: $(SYMBOLS_TARGETS)
440440

441441
all: jdk jre symbols

0 commit comments

Comments
 (0)
Please sign in to comment.