Trying again to tweak the top-level Makefile to facilitate an Apple-style build.
[oota-llvm.git] / utils / buildit / GNUmakefile
index e3b334a045d1a0ac3e8ffd4cf8336f69a80b1681..997188333c1b9d6059f7db3fb8e46f16913baef9 100644 (file)
@@ -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)