diff options
author | Bob Wilson <bob.wilson@apple.com> | 2011-11-29 06:11:56 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2011-11-29 06:11:56 +0000 |
commit | 9712f8460de12a08e8261b794af9811f5892970c (patch) | |
tree | f6db4230298e1bbb6fde3e5226699728de52bb32 /utils/buildit | |
parent | fe2a6c584a62508e7e7ab990a16bf84af51ce52e (diff) |
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/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile index 470ee76b60..a362fa69fe 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 |