Skip to content

Commit 7b6b0be

Browse files
committed
---
yaml --- r: 6512 b: refs/heads/master c: 2979b3d h: refs/heads/master v: v3
1 parent 67d88f5 commit 7b6b0be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 72baf70748e3643fa2945ad0d09844798859ee59
2+
refs/heads/master: 2979b3d00659c5c196930af93e35551388abfb8b

trunk/mk/stage0.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ $$(HBIN0_H_$(1))/rustc$$(X): \
3434
$$(Q)cp $$< $$@
3535

3636
$$(HLIB0_H_$(1))/$$(CFG_RUNTIME): \
37-
$$(TBIN$(2)_T_$(1)_H_$(3))/rustc$$(X)
37+
$$(TLIB$(2)_T_$(1)_H_$(3))/$$(CFG_RUNTIME)
3838
@$$(call E, cp: $$@)
3939
$$(Q)cp $$< $$@
4040

4141
$$(HLIB0_H_$(1))/$(CFG_STDLIB): \
42-
$$(TBIN$(2)_T_$(1)_H_$(3))/rustc$$(X)
42+
$$(TLIB$(2)_T_$(1)_H_$(3))/$$(CFG_STDLIB)
4343
@$$(call E, cp: $$@)
4444
$$(Q)cp $$< $$@
4545

4646
$$(HLIB0_H_$(1))/$(CFG_RUSTLLVM): \
47-
$$(TBIN$(2)_T_$(1)_H_$(3))/rustc$$(X)
47+
$$(TLIB$(2)_T_$(1)_H_$(3))/$$(CFG_RUSTLLVM)
4848
@$$(call E, cp: $$@)
4949
$$(Q)cp $$< $$@
5050

0 commit comments

Comments
 (0)