summaryrefslogtreecommitdiff
path: root/ct2n/Module_ct2n.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-14 12:21:33 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-14 13:52:27 +0200
commit25b75577efed9f04f3ea5936aceb66c84e9e4b4e (patch)
tree408cc665ecbb6f96a77111f5425685c3f8703dc0 /ct2n/Module_ct2n.mk
parent5ec03f9fe566df77c6fa959c675b1b0c726e8db7 (diff)
install ConvertTextToNumber ext. using filelist
Change-Id: I59c132239a410653c27be569c45b789fcb109898
Diffstat (limited to 'ct2n/Module_ct2n.mk')
-rw-r--r--ct2n/Module_ct2n.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ct2n/Module_ct2n.mk b/ct2n/Module_ct2n.mk
index acc9d5f5514e..873f31bbe738 100644
--- a/ct2n/Module_ct2n.mk
+++ b/ct2n/Module_ct2n.mk
@@ -12,8 +12,8 @@ $(eval $(call gb_Module_Module,ConvertTextToNumber))
ifneq (,$(filter CT2N,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,ConvertTextToNumber,\
+ ExternalPackage_ct2n \
UnpackedTarball_ct2n \
- Zip_ct2n \
))
endif