From 5d1c8dbfa9c4af701c0975386b3b65f4de810665 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 2 May 2011 17:56:15 -0700 Subject: [PATCH] Add stage1, stage2 to Makefile.in default target, so tinderboxes notice breakage. --- Makefile.in | 10 +++++----- 1 file 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) \