Skip to content

Commit b1f1940

Browse files
committed
---
yaml --- r: 11751 b: refs/heads/master c: 4d4995f h: refs/heads/master i: 11749: e3fae5d 11747: f843447 11743: a8ab69b v: v3
1 parent 809e2c2 commit b1f1940

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 95521c408438efc5794e83953086c812b795c756
2+
refs/heads/master: 4d4995fc60be7cc5854fc38b468b441fa8c78d45
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/mk/tools.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $$(TBIN$(1)_T_$(4)_H_$(3))/compiletest$$(X): \
5454

5555
$$(HBIN$(2)_H_$(4))/compiletest$$(X): \
5656
$$(TBIN$(1)_T_$(4)_H_$(3))/compiletest$$(X) \
57-
$$(HSREQ$(2)_$(4))
57+
$$(HSREQ$(2)_H_$(4))
5858
@$$(call E, cp: $$@)
5959
$$(Q)cp $$< $$@
6060

@@ -69,7 +69,7 @@ $$(TBIN$(1)_T_$(4)_H_$(3))/cargo$$(X): \
6969

7070
$$(HBIN$(2)_H_$(4))/cargo$$(X): \
7171
$$(TBIN$(1)_T_$(4)_H_$(3))/cargo$$(X) \
72-
$$(HSREQ$(2)_$(4))
72+
$$(HSREQ$(2)_H_$(4))
7373
@$$(call E, cp: $$@)
7474
$$(Q)cp $$< $$@
7575

@@ -84,7 +84,7 @@ $$(TBIN$(1)_T_$(4)_H_$(3))/rustdoc$$(X): \
8484

8585
$$(HBIN$(2)_H_$(4))/rustdoc$$(X): \
8686
$$(TBIN$(1)_T_$(4)_H_$(3))/rustdoc$$(X) \
87-
$$(HSREQ$(2)_$(4))
87+
$$(HSREQ$(2)_H_$(4))
8888
@$$(call E, cp: $$@)
8989
$$(Q)cp $$< $$@
9090

@@ -99,7 +99,7 @@ $$(TBIN$(1)_T_$(4)_H_$(3))/serializer$$(X): \
9999

100100
$$(HBIN$(2)_H_$(4))/serializer$$(X): \
101101
$$(TBIN$(1)_T_$(4)_H_$(3))/serializer$$(X) \
102-
$$(HSREQ$(2)_$(4))
102+
$$(HSREQ$(2)_H_$(4))
103103
@$$(call E, cp: $$@)
104104
$$(Q)cp $$< $$@
105105

0 commit comments

Comments
 (0)