make/ToolsJdk.gmk
changeset 47314 743814386712
parent 47217 72e3ae9a25eb
child 47364 6b3389375f31
--- a/make/ToolsJdk.gmk	Thu Oct 05 11:02:18 2017 +0200
+++ b/make/ToolsJdk.gmk	Thu Oct 05 12:41:06 2017 +0200
@@ -29,7 +29,7 @@
 include JavaCompilation.gmk
 
 # Hook to include the corresponding custom file, if present.
-$(eval $(call IncludeCustomExtension, , Tools.gmk))
+$(eval $(call IncludeCustomExtension, Tools.gmk))
 
 ################################################################################
 # To avoid reevaluating the compilation setup for the tools each time this file