about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-05-02 17:56:15 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-05-02 17:56:33 -0700
commit5d1c8dbfa9c4af701c0975386b3b65f4de810665 (patch)
treed1c5a8edcdef83992d7378eb1ca3d285e810117e
parentebc236e91c40d74372ced762433d892829284459 (diff)
Add stage1, stage2 to Makefile.in default target, so tinderboxes notice breakage.
-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)           \