File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 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))
311311else
312312HSREQ$(1)_H_$(3) = \
313313 $$(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 ) ) \
316314 $$(MKFILE_DEPS )
317315endif
318316
@@ -334,8 +332,7 @@ SREQ$(1)_T_$(2)_H_$(3) = \
334332CSREQ$(1 ) _T_$(2 ) _H_$(3 ) = \
335333 $$(TSREQ$(1 ) _T_$(2 ) _H_$(3 ) ) \
336334 $$(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 ) )
339336
340337ifeq ($(1 ) ,0)
341338# Don't run the stage0 compiler under valgrind - that ship has sailed
You can’t perform that action at this time.
0 commit comments