From ca284bb7467dd2ae711e35a1735234c6e828ef04 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 25 Oct 2012 00:19:30 +0200 Subject: ct2n: use a Zip target after all, because... ... the ExtensionTarget requires the description.xml to have a translation in the --with-lang case. Change-Id: I155e47d8a44590995ffcd63cb9ac8f02822a82e9 --- solenv/gbuild/Zip.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'solenv') diff --git a/solenv/gbuild/Zip.mk b/solenv/gbuild/Zip.mk index a7239cd6477f..715b495ce9e4 100644 --- a/solenv/gbuild/Zip.mk +++ b/solenv/gbuild/Zip.mk @@ -128,4 +128,10 @@ $(call gb_Zip_get_target,$(1)) : gb_Zip_ZIPCOMMAND += $(2) endef +define gb_Zip_use_unpacked +$(call gb_Zip__get_preparation_target,$(1)) \ + :| $(call gb_UnpackedTarball_get_final_target,$(2)) + +endef + # vim: set noet sw=4 ts=4: -- cgit