aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2018-05-16 20:15:16 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2018-05-16 20:53:03 -0700
commit80f9c2a00b23b55e27678ad420cc8093a0d05c1e (patch)
tree9925c20ed2d5f3493766676db1ba820cba8cea54 /templates
parent61fdb46ac456027c79841949272ec540f66d2317 (diff)
Remove circular makefile dep between c-ares and address_sorting
Diffstat (limited to 'templates')
-rw-r--r--templates/Makefile.template6
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index 354f2a2f40..901dbfc9c8 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -1503,13 +1503,9 @@
% endif
$(LIBDIR)/$(CONFIG)/lib${lib.name}.a: \
- % if lib.name != 'z':
+ % if lib.name not in ['z', 'ares', 'address_sorting']:
$(ZLIB_DEP) \
- % endif
- % if lib.name != 'ares':
$(CARES_DEP) \
- % endif
- % if lib.name != 'address_sorting':
$(ADDRESS_SORTING_DEP) \
% endif
% endif