From cf8cb6d56445823a51965f00d54517594f36e0b6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 8 Sep 2006 18:33:49 +0000 Subject: ok this really works :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30195 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3