make/Bundles.gmk
changeset 47217 72e3ae9a25eb
parent 45097 607a19971bd9
child 47253 92fd0e04e0e1
--- a/make/Bundles.gmk	Tue Sep 12 19:03:39 2017 +0200
+++ b/make/Bundles.gmk	Tue Sep 12 19:03:56 2017 +0200
@@ -56,7 +56,7 @@
     $$(eval $1_$$d_RELATIVE_FILES := $$$$(patsubst $$d/%, %, \
         $$$$(filter $$d/%, $$$$($1_FILES)))) \
     $$(eval $1_$$d_LIST_FILE := \
-        $(SUPPORT_OUTPUTDIR)/bundles/_$1_$$$$(subst /,_,$$$$(patsubst $(TOPDIR)/%,%,$$d)_files)) \
+        $(SUPPORT_OUTPUTDIR)/bundles/_$1_$$$$(subst /,_,$$$$(patsubst $(OUTPUT_ROOT)/%,%,$$d)_files)) \
   )
 
   ifneq ($$(filter %.tar.gz, $$($1_BUNDLE_NAME)), )