aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-18 16:06:45 -0700
committerGraydon Hoare <[email protected]>2011-03-18 16:06:45 -0700
commit7055c3928c8b2f2760a8d74b0b874ffdd0236432 (patch)
treea1e350269d8367dc7044197640f88dbb15ffe2b6
parentRename a couple CFG_LIB_NAME vars in Makefile.in (diff)
downloadrust-7055c3928c8b2f2760a8d74b0b874ffdd0236432.tar.xz
rust-7055c3928c8b2f2760a8d74b0b874ffdd0236432.zip
Make the llvmext dir in builddir from configure.
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 1672375e..5bfbd5a7 100755
--- a/configure
+++ b/configure
@@ -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