diff options
| author | Graydon Hoare <[email protected]> | 2011-03-20 19:08:13 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-20 19:43:36 -0700 |
| commit | d9dc070588ef6f80b59b15d8ba06685e9524c09a (patch) | |
| tree | c034efa8dff694bbf030ad0871591638d4eb13bd | |
| parent | rustc: Internalize glue. Cuts libstd size by 8% or so. (diff) | |
| download | rust-d9dc070588ef6f80b59b15d8ba06685e9524c09a.tar.xz rust-d9dc070588ef6f80b59b15d8ba06685e9524c09a.zip | |
Fix typo.
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ for i in \ boot/fe boot/me boot/be boot/driver boot/util \ rt rt/isaac rt/bigint rt/sync rt/test \ llvmext \ - state0 stage1 stage2 \ + stage0 stage1 stage2 \ test/run-pass test/run-fail test/compile-fail do make_dir $i |