File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 72baf70748e3643fa2945ad0d09844798859ee59
2
+ refs/heads/master: 2979b3d00659c5c196930af93e35551388abfb8b
Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ $$(HBIN0_H_$(1))/rustc$$(X): \
34
34
$$(Q ) cp $$< $$@
35
35
36
36
$$(HLIB0_H_$(1 ) ) /$$(CFG_RUNTIME ) : \
37
- $$(TBIN $(2 ) _T_$(1 ) _H_$(3 ) ) /rustc $$(X )
37
+ $$(TLIB $(2 ) _T_$(1 ) _H_$(3 ) ) /$$(CFG_RUNTIME )
38
38
@$$(call E, cp: $$@ )
39
39
$$(Q ) cp $$< $$@
40
40
41
41
$$(HLIB0_H_$(1 ) ) /$(CFG_STDLIB ) : \
42
- $$(TBIN $(2 ) _T_$(1 ) _H_$(3 ) ) /rustc $$(X )
42
+ $$(TLIB $(2 ) _T_$(1 ) _H_$(3 ) ) /$$(CFG_STDLIB )
43
43
@$$(call E, cp: $$@ )
44
44
$$(Q ) cp $$< $$@
45
45
46
46
$$(HLIB0_H_$(1 ) ) /$(CFG_RUSTLLVM ) : \
47
- $$(TBIN $(2 ) _T_$(1 ) _H_$(3 ) ) /rustc $$(X )
47
+ $$(TLIB $(2 ) _T_$(1 ) _H_$(3 ) ) /$$(CFG_RUSTLLVM )
48
48
@$$(call E, cp: $$@ )
49
49
$$(Q ) cp $$< $$@
50
50
You can’t perform that action at this time.
0 commit comments