diff options
| author | Graydon Hoare <[email protected]> | 2011-03-18 16:06:45 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-18 16:06:45 -0700 |
| commit | 7055c3928c8b2f2760a8d74b0b874ffdd0236432 (patch) | |
| tree | a1e350269d8367dc7044197640f88dbb15ffe2b6 | |
| parent | Rename a couple CFG_LIB_NAME vars in Makefile.in (diff) | |
| download | rust-7055c3928c8b2f2760a8d74b0b874ffdd0236432.tar.xz rust-7055c3928c8b2f2760a8d74b0b874ffdd0236432.zip | |
Make the llvmext dir in builddir from configure.
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -71,7 +71,8 @@ msg "making directories" for i in \ doc \ boot/fe boot/me boot/be boot/driver boot/util \ - rt/isaac rt/bigint rt/sync rt/test + rt rt/isaac rt/bigint rt/sync rt/test \ + llvmext do make_dir $i done |