Install llvmCore to /usr/local. <rdar://problem/10390708>
authorBob Wilson <bob.wilson@apple.com>
Tue, 29 Nov 2011 06:11:56 +0000 (06:11 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 29 Nov 2011 06:11:56 +0000 (06:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145378 91177308-0d34-0410-b5e6-96231b3b80d8

utils/buildit/GNUmakefile

index 470ee76b60fe42f84d4a0211f3ada9530ac6f4da..a362fa69fef73e81a07bd40259ef410328f1ce51 100644 (file)
@@ -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