]> git.lizzy.rs Git - rust.git/commitdiff
Fix 'make check-stage1-std' by correcting dependencies
authorAlex Crichton <alex@alexcrichton.com>
Mon, 27 May 2013 23:02:15 +0000 (18:02 -0500)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 28 May 2013 14:37:38 +0000 (09:37 -0500)
mk/tests.mk

index 6e84aa49a88ed54cdc2d6e117f40afbfbf168f4d..8f7e6529a23ceb5c9e2a3eab4108df0673c6c197 100644 (file)
@@ -284,7 +284,7 @@ define TEST_RUNNER
 # If NO_REBUILD is set then break the dependencies on extra so we can
 # test crates without rebuilding std and extra first
 ifeq ($(NO_REBUILD),)
-STDTESTDEP_$(1)_$(2)_$(3) = $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB_$(2))
+STDTESTDEP_$(1)_$(2)_$(3) = $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_EXTRALIB_$(2))
 else
 STDTESTDEP_$(1)_$(2)_$(3) =
 endif