From b0367ca2446cc61f697d5d3cf30b3ac5f4ae6ed8 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 29 Mar 2017 21:53:38 +0200 Subject: Fixing embedded build of cares for certain targets. --- templates/Makefile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/Makefile.template') diff --git a/templates/Makefile.template b/templates/Makefile.template index 3ea69f8ca5..018e276cca 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -1477,7 +1477,7 @@ else % endif - $(LIBDIR)/$(CONFIG)/lib${lib.name}.a: $(ZLIB_DEP) $(OPENSSL_DEP)\ + $(LIBDIR)/$(CONFIG)/lib${lib.name}.a: $(ZLIB_DEP) $(OPENSSL_DEP) $(CARES_DEP)\ ## The else here corresponds to the if secure earlier. % else: % if lib.language == 'c++': -- cgit v1.2.3