From 9712f8460de12a08e8261b794af9811f5892970c Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Tue, 29 Nov 2011 06:11:56 +0000 Subject: [PATCH] Install llvmCore to /usr/local. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145378 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/buildit/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile index 470ee76b60f..a362fa69fef 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 -- 2.34.1