< prev index next >

make/Bundles.gmk

Print this page

        

@@ -38,11 +38,11 @@
 ifeq ($(OPENJDK_BUILD_OS), windows)
   TAR_IGNORE_EXIT_VALUE := || test "$$$$?" = "1"
 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
 # SPECIAL_INCLUDES : List of directories inside BASE_DIRS to look for additional
 #     files in. These files will not get proper dependency handling. Use when

@@ -320,11 +320,11 @@
 endif
 
 ################################################################################
 
 # Hook to include the corresponding custom file, if present.
-$(eval $(call IncludeCustomExtension, , Bundles.gmk))
+$(eval $(call IncludeCustomExtension, Bundles.gmk))
 
 ################################################################################
 
 product-bundles: $(PRODUCT_TARGETS)
 profiles-bundles: $(PROFILES_TARGETS)
< prev index next >