8015644: makefile changes to allow integration of new features
authorkatleman
Tue, 04 Jun 2013 14:11:50 -0700
changeset 17736 e44c3c632dfa
parent 17735 cfde9878a8c2
child 17737 9bf66362d942
8015644: makefile changes to allow integration of new features Reviewed-by: tbell, erikj, dholmes Contributed-by: amy.y.wang@oracle.com
jdk/makefiles/Images.gmk
--- a/jdk/makefiles/Images.gmk	Tue Jun 04 11:03:25 2013 -0700
+++ b/jdk/makefiles/Images.gmk	Tue Jun 04 14:11:50 2013 -0700
@@ -50,8 +50,6 @@
 overlay-images: jre-overlay-image jdk-overlay-image
 
 
--include $(CUSTOM_MAKE_DIR)/Images.gmk
-
 
 # Processing license files from source area to image area
 # These will be modified to have the platform specific EOL chars.
@@ -774,3 +772,5 @@
 ################################################################################
 
 .PHONY: default images jre-image jdk-image
+
+-include $(CUSTOM_MAKE_DIR)/Images.gmk