make/Images.gmk
changeset 47314 743814386712
parent 47253 92fd0e04e0e1
child 47354 e8bda13da40b
--- a/make/Images.gmk	Thu Oct 05 11:02:18 2017 +0200
+++ b/make/Images.gmk	Thu Oct 05 12:41:06 2017 +0200
@@ -34,7 +34,7 @@
 JRE_TARGETS :=
 
 # Hook to include the corresponding custom file, if present.
-$(eval $(call IncludeCustomExtension, , Images-pre.gmk))
+$(eval $(call IncludeCustomExtension, Images-pre.gmk))
 
 ############################################################################
 
@@ -426,7 +426,7 @@
 
 # Include custom post hook here to make it possible to augment the target lists
 # before actual target prerequisites are declared.
-$(eval $(call IncludeCustomExtension, , Images-post.gmk))
+$(eval $(call IncludeCustomExtension, Images-post.gmk))
 
 ################################################################################