summaryrefslogtreecommitdiff
path: root/utils/buildit
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-12-16 00:42:25 +0000
committerBill Wendling <isanbard@gmail.com>2008-12-16 00:42:25 +0000
commitfc953d149fd4e639a3d12f144c65a994b6551945 (patch)
tree8f636ceef0b35ebe384eb57ae4bfb6c2d9b73d35 /utils/buildit
parent657084a8eaf82243ed45e2be52e17c582b86b32c (diff)
downloadllvm-fc953d149fd4e639a3d12f144c65a994b6551945.tar.gz
llvm-fc953d149fd4e639a3d12f144c65a994b6551945.tar.bz2
llvm-fc953d149fd4e639a3d12f144c65a994b6551945.tar.xz
Change so that buildit won't need a parent directory with only the build scripts in them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61061 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/buildit')
-rwxr-xr-xutils/buildit/build_llvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm
index 4ea0df62e1..bd245f13d2 100755
--- a/utils/buildit/build_llvm
+++ b/utils/buildit/build_llvm
@@ -82,7 +82,7 @@ mkdir -p $DIR/obj-llvm || exit 1
cd $DIR/obj-llvm || exit 1
if [ \! -f Makefile.config ]; then
- $SRC_DIR/llvm/configure --prefix=$DT_HOME/local \
+ $SRC_DIR/configure --prefix=$DT_HOME/local \
--enable-targets=arm,x86,powerpc,cbe \
--enable-assertions=$LLVM_ASSERTIONS \
--enable-optimized=$LLVM_OPTIMIZED \