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 --- ct2n/Module_ct2n.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ct2n/Module_ct2n.mk') diff --git a/ct2n/Module_ct2n.mk b/ct2n/Module_ct2n.mk index 3fdb546b000c..189222d4fce3 100644 --- a/ct2n/Module_ct2n.mk +++ b/ct2n/Module_ct2n.mk @@ -13,7 +13,7 @@ ifneq (,$(filter CT2N,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,ConvertTextToNumber,\ UnpackedTarball_ct2n \ - Extension_ct2n \ + Zip_ct2n \ )) endif -- cgit