From dd5972ee354c3b76c1d34df8eb0cbd5e9a6b48e7 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Tue, 22 Mar 2016 18:18:30 -0400 Subject: [PATCH] mk: add missing dep compiletest=>log --- mk/crates.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/crates.mk b/mk/crates.mk index ae40a8e7f70..05018d2a940 100644 --- a/mk/crates.mk +++ b/mk/crates.mk @@ -123,7 +123,7 @@ DEPS_rustdoc := rustc rustc_driver native:hoedown serialize getopts \ test rustc_lint rustc_front -TOOL_DEPS_compiletest := test getopts +TOOL_DEPS_compiletest := test getopts log TOOL_DEPS_rustdoc := rustdoc TOOL_DEPS_rustc := rustc_driver TOOL_DEPS_rustbook := std rustdoc