ok this really works :)
authorChris Lattner <sabre@nondot.org>
Fri, 8 Sep 2006 18:33:49 +0000 (18:33 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 8 Sep 2006 18:33:49 +0000 (18:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30195 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index ae3598bbdcc71420f18dfb916873c16a62feefb2..5eb077d8e200d4e41781713135ef71f805926e1a 100644 (file)
@@ -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