make/CompileJavaModules.gmk
changeset 47314 743814386712
parent 47217 72e3ae9a25eb
child 47398 1fd27535bc57
--- a/make/CompileJavaModules.gmk	Thu Oct 05 11:02:18 2017 +0200
+++ b/make/CompileJavaModules.gmk	Thu Oct 05 12:41:06 2017 +0200
@@ -33,7 +33,7 @@
 include SetupJavaCompilers.gmk
 
 # Hook to include the corresponding custom file, if present.
-$(eval $(call IncludeCustomExtension, , CompileJavaModules.gmk))
+$(eval $(call IncludeCustomExtension, CompileJavaModules.gmk))
 
 ################################################################################
 # Module specific build settings
@@ -689,7 +689,7 @@
 
 ################################################################################
 
-$(eval $(call IncludeCustomExtension, , CompileJavaModules-post.gmk))
+$(eval $(call IncludeCustomExtension, CompileJavaModules-post.gmk))
 
 ################################################################################