summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-25 23:42:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-25 23:42:44 +0200
commit5bad73429cd6c105c85c14763edbe012a92e9e49 (patch)
tree3775fdc6d21c0ee49da6a7d44154a3246bd3c9b4 /RepositoryExternal.mk
parentefcd482813e3f411d26c3291eae8d7c90394d161 (diff)
oops, fix gb_ExternalProject__use_commons-logging
Change-Id: I11ed8f8c51fde0205d86580c2af46a1d7c399b3a
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 75d2b5248821..ccb0fdc58fb6 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2860,7 +2860,7 @@ $(call gb_Jar_use_external_project,$(1),apache_commons_logging)
$(call gb_Jar_use_jar,$(1),commons-logging-1.1.1)
endef
define gb_ExternalProject__use_commons-logging
-$(call gb_ExternalProject_use_external_project,$(1),apache_commons_logging)
+$(call gb_ExternalProject_use_package,$(1),apache_commons_logging)
endef
endif # SYSTEM_APACHE_COMMONS