# HG changeset patch
# User erikj
# Date 1447667244 -3600
# Node ID f82c74b7f2db061c34bc73cc302504152eb119e5
# Parent  aefdf48bab17e48cc263058b232097ac388c8ca1
8143036: Make install target does not depend on images
Reviewed-by: alanb

diff -r aefdf48bab17 -r f82c74b7f2db make/Main.gmk
--- a/make/Main.gmk	Thu Nov 12 14:12:53 2015 -0800
+++ b/make/Main.gmk	Mon Nov 16 10:47:24 2015 +0100
@@ -482,6 +482,8 @@
 
   test-hotspot-jtreg: jimages test-image
 
+  install: product-images
+
 endif
 
 ################################################################################