jdk/make/CreateJars.gmk
changeset 22963 a28e6f0b511b
parent 22342 c83795c442b7
child 23347 acb1d044a217
--- a/jdk/make/CreateJars.gmk	Wed Feb 12 10:51:50 2014 -0800
+++ b/jdk/make/CreateJars.gmk	Thu Feb 13 00:01:07 2014 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -745,7 +745,8 @@
 
 ##########################################################################################
 
--include $(CUSTOM_MAKE_DIR)/CreateJars.gmk
+# Hook to include the corresponding custom file, if present.
+$(eval $(call IncludeCustomExtension, jdk, CreateJars.gmk))
 
 ##########################################################################################