make/lib/Awt2dLibraries.gmk
changeset 47314 743814386712
parent 47217 72e3ae9a25eb
child 47507 5a270d2dfa5d
--- a/make/lib/Awt2dLibraries.gmk	Thu Oct 05 11:02:18 2017 +0200
+++ b/make/lib/Awt2dLibraries.gmk	Thu Oct 05 12:41:06 2017 +0200
@@ -23,7 +23,7 @@
 # questions.
 #
 
-$(eval $(call IncludeCustomExtension, , lib/Awt2dLibraries-pre.gmk))
+$(eval $(call IncludeCustomExtension, lib/Awt2dLibraries-pre.gmk))
 
 WIN_AWT_LIB := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libawt/awt.lib
 
@@ -1070,4 +1070,4 @@
 ################################################################################
 
 # Hook to include the corresponding custom file, if present.
-$(eval $(call IncludeCustomExtension, , lib/Awt2dLibraries.gmk))
+$(eval $(call IncludeCustomExtension, lib/Awt2dLibraries.gmk))