From: Chris Lattner Date: Fri, 8 Sep 2006 18:33:49 +0000 (+0000) Subject: ok this really works :) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cf8cb6d56445823a51965f00d54517594f36e0b6;p=oota-llvm.git ok this really works :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30195 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index ae3598bbdcc..5eb077d8e20 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