Fix 'make check-stage1-std' by correcting dependencies
This commit is contained in:
parent
c33258bee1
commit
8749cb59d8
|
@ -284,7 +284,7 @@ define TEST_RUNNER
|
||||||
# If NO_REBUILD is set then break the dependencies on extra so we can
|
# If NO_REBUILD is set then break the dependencies on extra so we can
|
||||||
# test crates without rebuilding std and extra first
|
# test crates without rebuilding std and extra first
|
||||||
ifeq ($(NO_REBUILD),)
|
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
|
else
|
||||||
STDTESTDEP_$(1)_$(2)_$(3) =
|
STDTESTDEP_$(1)_$(2)_$(3) =
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue