8143036: Make install target does not depend on images
authorerikj
Mon, 16 Nov 2015 10:47:24 +0100
changeset 33722 f82c74b7f2db
parent 33721 aefdf48bab17
child 33723 b09ccef0313a
8143036: Make install target does not depend on images Reviewed-by: alanb
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
 
 ################################################################################