aboutsummaryrefslogtreecommitdiffstats
path: root/utils/buildit
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-11-29 06:11:56 +0000
committerBob Wilson <bob.wilson@apple.com>2011-11-29 06:11:56 +0000
commit9712f8460de12a08e8261b794af9811f5892970c (patch)
treef6db4230298e1bbb6fde3e5226699728de52bb32 /utils/buildit
parentfe2a6c584a62508e7e7ab990a16bf84af51ce52e (diff)
downloadexternal_llvm-9712f8460de12a08e8261b794af9811f5892970c.zip
external_llvm-9712f8460de12a08e8261b794af9811f5892970c.tar.gz
external_llvm-9712f8460de12a08e8261b794af9811f5892970c.tar.bz2
Install llvmCore to /usr/local. <rdar://problem/10390708>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/buildit')
-rw-r--r--utils/buildit/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile
index 470ee76..a362fa6 100644
--- a/utils/buildit/GNUmakefile
+++ b/utils/buildit/GNUmakefile
@@ -32,7 +32,7 @@ DSTROOT = $(OBJROOT)/../dst
#######################################################################
-PREFIX = /Developer/usr/local
+PREFIX = /usr/local
# Unless assertions are forced on in the GMAKE command line, disable them.
ifndef ENABLE_ASSERTIONS