Skip to content

Commit cb0b719

Browse files
committed
---
yaml --- r: 6230 b: refs/heads/master c: 711a3b0 h: refs/heads/master v: v3
1 parent c649060 commit cb0b719

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: 0d9e32d70d89bf8f3263518f780d820644dd8513
2+
refs/heads/master: 711a3b066b311ccf8b989e4058cc6f041ab8dca7

trunk/Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ TARGET_SREQ$(1)$(2) = \
289289
# Prerequisites for complete stageN targets
290290
SREQ$(1)$(2) = \
291291
$$(TARGET_SREQ$(1)$(2)) \
292-
$$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB)
292+
$$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB) \
293+
$$(TARGET_BIN$(1)$(2))/rustc
293294

294295
ifeq ($(1),0)
295296
# Don't run the the stage0 compiler under valgrind - that ship has sailed

0 commit comments

Comments
 (0)