aboutsummaryrefslogtreecommitdiffstats
path: root/utils/buildit/GNUmakefile
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2009-10-19 17:53:54 +0000
committerStuart Hastings <stuart@apple.com>2009-10-19 17:53:54 +0000
commit79caa11f7f8f871914ae6915d84c8548cf194b04 (patch)
tree0c1389b5a33d34d0edafb358918508aed0457209 /utils/buildit/GNUmakefile
parent186a6a5b4f2db03622c216773e841de4255357eb (diff)
downloadexternal_llvm-79caa11f7f8f871914ae6915d84c8548cf194b04.zip
external_llvm-79caa11f7f8f871914ae6915d84c8548cf194b04.tar.gz
external_llvm-79caa11f7f8f871914ae6915d84c8548cf194b04.tar.bz2
Tweak top-level Makefile to facilitate Apple-style build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84507 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/buildit/GNUmakefile')
-rw-r--r--utils/buildit/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile
index e3b334a..9971883 100644
--- a/utils/buildit/GNUmakefile
+++ b/utils/buildit/GNUmakefile
@@ -59,7 +59,7 @@ endif
# NOTE : Always put version numbers at the end because they are optional.
install: $(OBJROOT) $(SYMROOT) $(DSTROOT)
cd $(OBJROOT) && \
- $(SRC)/build_llvm "$(RC_ARCHS)" "$(TARGETS)" \
+ $(SRC)/utils/buildit/build_llvm "$(RC_ARCHS)" "$(TARGETS)" \
$(SRC) $(PREFIX) $(DSTROOT) $(SYMROOT) \
$(LLVM_ASSERTIONS) $(LLVM_OPTIMIZED) \
$(RC_ProjectSourceVersion) $(RC_ProjectSourceSubversion)