make/common/ZipArchive.gmk
changeset 47253 92fd0e04e0e1
parent 42136 f872c8278074
child 50590 5fa19bad622d
--- a/make/common/ZipArchive.gmk	Mon Sep 25 10:21:23 2017 +0200
+++ b/make/common/ZipArchive.gmk	Mon Sep 25 10:32:00 2017 +0200
@@ -95,7 +95,7 @@
   endif
 
   # Use a slightly shorter name for logging, but with enough path to identify this zip.
-  $1_NAME:=$$(subst $$(OUTPUT_ROOT)/,,$$($1_ZIP))
+  $1_NAME:=$$(subst $$(OUTPUTDIR)/,,$$($1_ZIP))
 
   # Now $1_ALL_SRCS should contain all sources that are going to be put into the zip.
   # I.e. the zip -i and -x options should match the filtering done in the makefile.