From 1604c361b9d40da942b9344dbbf883d505401a5c Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 10 Jan 2015 19:38:03 +0100 Subject: [PATCH] make: copy additional dependencies of rust-crypto --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 706f38efd..f56c504e6 100644 --- a/Makefile +++ b/Makefile @@ -224,6 +224,7 @@ $(BUILDDIR)/uutils: $(SRCDIR)/uutils/uutils.rs $(BUILDDIR)/mkuutils $(RLIB_PATHS # Dependencies $(BUILDDIR)/.rust-crypto: $(BUILDDIR)/.rust-time | $(BUILDDIR) cd $(BASEDIR)/deps/rust-crypto && $(CARGO) build --release + cp -r $(BASEDIR)/deps/rust-crypto/target/release/deps/lib{time,rustc-serialize}*.rlib $(BUILDDIR) cp -r $(BASEDIR)/deps/rust-crypto/target/release/libcrypto*.rlib $(BUILDDIR)/libcrypto.rlib @touch $@