summaryrefslogtreecommitdiff
path: root/apache-commons
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-10-04 09:24:38 +0200
committerDavid Tardon <dtardon@redhat.com>2012-10-04 09:24:38 +0200
commit72abe64ee0fb803d6187da176495ed765e795ccd (patch)
tree26024e838776ba8f804f7a9ce6d6eed65569cc17 /apache-commons
parentb041f920d3156b686b5b66125200da104530d892 (diff)
fix typo
Change-Id: I8c0411b440245f37be099afe3fab32d6e40b7f44
Diffstat (limited to 'apache-commons')
-rw-r--r--apache-commons/ExternalProject_apache_commons_logging.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache-commons/ExternalProject_apache_commons_logging.mk b/apache-commons/ExternalProject_apache_commons_logging.mk
index bc5b18b13372..81e6ad6fa659 100644
--- a/apache-commons/ExternalProject_apache_commons_logging.mk
+++ b/apache-commons/ExternalProject_apache_commons_logging.mk
@@ -15,7 +15,7 @@ $(eval $(call gb_ExternalProject_ExternalProject,apache_commons_logging))
$(eval $(call gb_ExternalProject_use_unpacked,apache_commons_logging,apache_commons_logging))
# TODO: this should go into RepositoryExternal.mk
-ifeq ($(SYSTEM_TOMCAT),YES)
+ifneq ($(SYSTEM_TOMCAT),YES)
$(eval $(call gb_ExternalProject_use_packages,apache_commons_logging,\
tomcat_inc \
))