make/Bundles.gmk
changeset 47314 743814386712
parent 47253 92fd0e04e0e1
child 47334 09d386ddaa42
--- a/make/Bundles.gmk	Thu Oct 05 11:02:18 2017 +0200
+++ b/make/Bundles.gmk	Thu Oct 05 12:41:06 2017 +0200
@@ -40,7 +40,7 @@
 endif
 
 # Hook to include the corresponding custom file, if present.
-$(eval $(call IncludeCustomExtension, , Bundles-pre.gmk))
+$(eval $(call IncludeCustomExtension, Bundles-pre.gmk))
 ################################################################################
 # BUNDLE : Name of bundle to create
 # FILES : Files in BASE_DIRS to add to bundle
@@ -322,7 +322,7 @@
 ################################################################################
 
 # Hook to include the corresponding custom file, if present.
-$(eval $(call IncludeCustomExtension, , Bundles.gmk))
+$(eval $(call IncludeCustomExtension, Bundles.gmk))
 
 ################################################################################