From ff07e687588d6a449d959c73326aa0147083af62 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 22 Oct 2012 17:50:16 -0400 Subject: [PATCH] library-tool-conversion: update tests.mk for librustdoc and libcargo --- mk/tests.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/tests.mk b/mk/tests.mk index 7f27ad7d61e..d59a3403a62 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -357,7 +357,7 @@ check-stage$(1)-T-$(2)-H-$(3)-rustc-dummy: \ # Rules for the rustdoc test runner $(3)/test/rustdoctest.stage$(1)-$(2)$$(X): \ - $$(RUSTDOC_CRATE) $$(RUSTDOC_INPUTS) \ + $$(RUSTDOC_LIB) $$(RUSTDOC_INPUTS) \ $$(TSREQ$(1)_T_$(2)_H_$(3)) \ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB) \ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB) \ @@ -374,7 +374,7 @@ check-stage$(1)-T-$(2)-H-$(3)-rustdoc-dummy: \ # Rules for the cargo test runner $(3)/test/cargotest.stage$(1)-$(2)$$(X): \ - $$(CARGO_CRATE) $$(CARGO_INPUTS) \ + $$(CARGO_LIB) $$(CARGO_INPUTS) \ $$(TSREQ$(1)_T_$(2)_H_$(3)) \ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB) \ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB) \