From 12c48fb01e9ca75aca2d0789e7b98921e327874e Mon Sep 17 00:00:00 2001 From: wsnipex Date: Mon, 8 Dec 2014 13:12:20 +0100 Subject: [depends] fix nettle dylib target --- tools/depends/target/nettle/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/depends/target/nettle/Makefile b/tools/depends/target/nettle/Makefile index e48741531c..b546236a2d 100644 --- a/tools/depends/target/nettle/Makefile +++ b/tools/depends/target/nettle/Makefile @@ -11,7 +11,7 @@ ARCHIVE=$(SOURCE).tar.gz CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ ./configure --prefix=$(PREFIX) --disable-shared --disable-openssl -LIBDYLIB=$(PLATFORM)/src/.libs/$(LIBNAME).a +LIBDYLIB=$(PLATFORM)/lib$(LIBNAME).a CLEAN_FILES=$(ARCHIVE) $(PLATFORM) -- cgit v1.2.3