diff options
author | wsnipex <wsnipex@a1.net> | 2014-12-08 13:12:20 +0100 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2014-12-20 15:10:38 +0100 |
commit | 12c48fb01e9ca75aca2d0789e7b98921e327874e (patch) | |
tree | 2be324ab1bc0716ee7067c86fbfe8ed93731a75c | |
parent | 611f6c82ae6cbfa8fbfa81e58d0bf4be128cc263 (diff) |
[depends] fix nettle dylib target
-rw-r--r-- | tools/depends/target/nettle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |