aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2013-10-11 11:27:22 -0400
committerS. Davilla <davilla@4pi.com>2013-10-11 11:27:22 -0400
commit330a812603e6d1b44fbc014a0cfcc04c8611dbc3 (patch)
tree94da7c154c8b86e40e2704948e6ef6218eed1b5a /tools
parentc43bbb31e2396534d73b4311f9461c85711b8026 (diff)
fixup, borked fix
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile
index 27028d65c1..2081b49c30 100644
--- a/tools/depends/target/Makefile
+++ b/tools/depends/target/Makefile
@@ -34,7 +34,8 @@ ifeq ($(OS),osx)
endif
ifeq ($(OS),android)
- DEPENDS += mdnsresponder android-sources-ics gmp nettle gnutls
+ DEPENDS += mdnsresponder android-sources-ics
+ EXCLUDED_DEPENDS = gmp nettle gnutls
endif
DEPENDS := $(filter-out $(EXCLUDED_DEPENDS),$(DEPENDS))