summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
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