summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-08 18:33:49 +0000
committerChris Lattner <sabre@nondot.org>2006-09-08 18:33:49 +0000
commitcf8cb6d56445823a51965f00d54517594f36e0b6 (patch)
tree69962fc7d25a71ac7cd1f4ca396b69e94e425ee6 /tools/Makefile
parentaa91978ea2d08fcd8323ccc228e59ee9b71702d1 (diff)
downloadllvm-cf8cb6d56445823a51965f00d54517594f36e0b6.tar.gz
llvm-cf8cb6d56445823a51965f00d54517594f36e0b6.tar.bz2
llvm-cf8cb6d56445823a51965f00d54517594f36e0b6.tar.xz
ok this really works :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30195 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index ae3598bbdc..5eb077d8e2 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -20,10 +20,11 @@ PARALLEL_DIRS := llvm-config \
gccld llvm2cpp \
llvm-ld llvmc llvm-prof
-include $(LEVEL)/Makefile.common
+include $(LEVEL)/Makefile.config
# Disable liblto on non-darwin platforms right now until LLVM is built PIC.
ifeq ($(OS), Darwin)
PARALLEL_DIRS += lto
endif
+include $(LEVEL)/Makefile.common