make/common/JavaCompilation.gmk
changeset 33437 1cf150337073
parent 33055 3676b99f33cf
child 33438 35cd6a1619df
--- a/make/common/JavaCompilation.gmk	Tue Nov 03 16:51:55 2015 +0100
+++ b/make/common/JavaCompilation.gmk	Tue Nov 03 17:48:01 2015 +0100
@@ -686,7 +686,7 @@
 
   # Check if a srczip was specified, then setup the rules for the srczip.
   ifneq (,$$($1_SRCZIP))
-    $$(eval $$(call SetupZipArchive,ARCHIVE_$1, \
+    $$(eval $$(call SetupZipArchive, ZIP_ARCHIVE_$1, \
         SRC:=$$($1_SRC), \
         ZIP:=$$($1_SRCZIP), \
         INCLUDES:=$$($1_INCLUDES), \