[llvm-commits] [llvm] r145378 - /llvm/trunk/utils/buildit/GNUmakefile
Bob Wilson
bob.wilson at apple.com
Mon Nov 28 22:11:56 PST 2011
Author: bwilson
Date: Tue Nov 29 00:11:56 2011
New Revision: 145378
URL: http://llvm.org/viewvc/llvm-project?rev=145378&view=rev
Log:
Install llvmCore to /usr/local. <rdar://problem/10390708>
Modified:
llvm/trunk/utils/buildit/GNUmakefile
Modified: llvm/trunk/utils/buildit/GNUmakefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/buildit/GNUmakefile?rev=145378&r1=145377&r2=145378&view=diff
==============================================================================
--- llvm/trunk/utils/buildit/GNUmakefile (original)
+++ llvm/trunk/utils/buildit/GNUmakefile Tue Nov 29 00:11:56 2011
@@ -32,7 +32,7 @@
#######################################################################
-PREFIX = /Developer/usr/local
+PREFIX = /usr/local
# Unless assertions are forced on in the GMAKE command line, disable them.
ifndef ENABLE_ASSERTIONS
More information about the llvm-commits
mailing list