File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -311,8 +311,6 @@ HSREQ$(1)_H_$(3) = $$(HBIN$(1)_H_$(3))/rustc$$(X_$(3))
311
311
else
312
312
HSREQ$(1)_H_$(3) = \
313
313
$$(HBIN$(1 ) _H_$(3 ) ) /rustc$$(X_$(3 ) ) \
314
- $$(HLIB$(1 ) _H_$(3 ) ) /stamp.rustc \
315
- $$(foreach dep,$$(RUST_DEPS_rustc ) ,$$(HLIB$(1 ) _H_$(3 ) ) /stamp.$$(dep ) ) \
316
314
$$(MKFILE_DEPS )
317
315
endif
318
316
@@ -334,8 +332,7 @@ SREQ$(1)_T_$(2)_H_$(3) = \
334
332
CSREQ$(1 ) _T_$(2 ) _H_$(3 ) = \
335
333
$$(TSREQ$(1 ) _T_$(2 ) _H_$(3 ) ) \
336
334
$$(HBIN$(1 ) _H_$(3 ) ) /rustdoc$$(X_$(3 ) ) \
337
- $$(foreach dep,$$(CRATES ) ,$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /stamp.$$(dep ) ) \
338
- $$(foreach dep,$$(HOST_CRATES ) ,$$(HLIB$(1 ) _H_$(3 ) ) /stamp.$$(dep ) )
335
+ $$(foreach dep,$$(CRATES ) ,$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /stamp.$$(dep ) )
339
336
340
337
ifeq ($(1 ) ,0)
341
338
# Don't run the stage0 compiler under valgrind - that ship has sailed
You can’t perform that action at this time.
0 commit comments