File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ check-stage$(1)-T-$(2)-H-$(3)-rustc-dummy: \
357
357
# Rules for the rustdoc test runner
358
358
359
359
$(3 ) /test/rustdoctest.stage$(1 ) -$(2 )$$(X ) : \
360
- $$(RUSTDOC_CRATE ) $$(RUSTDOC_INPUTS ) \
360
+ $$(RUSTDOC_LIB ) $$(RUSTDOC_INPUTS ) \
361
361
$$(TSREQ$(1 ) _T_$(2 ) _H_$(3 ) ) \
362
362
$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /$$(CFG_CORELIB ) \
363
363
$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /$$(CFG_STDLIB ) \
@@ -374,7 +374,7 @@ check-stage$(1)-T-$(2)-H-$(3)-rustdoc-dummy: \
374
374
# Rules for the cargo test runner
375
375
376
376
$(3 ) /test/cargotest.stage$(1 ) -$(2 )$$(X ) : \
377
- $$(CARGO_CRATE ) $$(CARGO_INPUTS ) \
377
+ $$(CARGO_LIB ) $$(CARGO_INPUTS ) \
378
378
$$(TSREQ$(1 ) _T_$(2 ) _H_$(3 ) ) \
379
379
$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /$$(CFG_CORELIB ) \
380
380
$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /$$(CFG_STDLIB ) \
You can’t perform that action at this time.
0 commit comments