Skip to content

Commit

Permalink
Fix 'make check-stage1-std' by correcting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 28, 2013
1 parent c33258b commit 8749cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8749cb5

Please sign in to comment.