about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 2caeafe00e9..1e91fefd2a6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -147,13 +147,13 @@ all: boot/rustboot$(X)          \
      $(GENERATED)               \
      $(DOCS)                    \
      stage1/$(CFG_STDLIB)       \
-     stage1/glue.o
-#     stage1/rustc$(X)           \
-#     stage2/$(CFG_STDLIB)       \
+     stage1/glue.o              \
+     stage1/rustc$(X)           \
+     stage2/$(CFG_STDLIB)       \
+     stage2/glue.o              \
+     stage2/rustc$(X)
 #     stage3/$(CFG_STDLIB)       \
-#     stage2/glue.o              \
 #     stage3/glue.o              \
-#     stage2/rustc$(X)           \
 #     stage3/rustc$(X)           \