--- old/make/CompileJavaModules.gmk 2017-10-05 11:55:50.992922919 +0200 +++ new/make/CompileJavaModules.gmk 2017-10-05 11:55:50.724927150 +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)) ################################################################################