From 73ba2dd4c762417ece7bb79ff779f8d3b6d03af3 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Sat, 30 Apr 2011 18:44:27 +0000 Subject: Shift stages around; stage0/rustc depends on stage0/libstd.so. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 2f3a9d43..69638509 100755 --- a/configure +++ b/configure @@ -168,7 +168,7 @@ for i in \ boot/fe boot/me boot/be boot/driver boot/util \ rt rt/isaac rt/bigint rt/sync rt/test \ rustllvm \ - stage0 stage1 stage2 \ + dl stage0 stage1 stage2 stage3 \ test/run-pass test/run-fail test/compile-fail \ test/bench/99-bottles test/bench/shootout do -- cgit v1.2.3