summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-09-20 00:34:27 +0000
committerEric Christopher <echristo@apple.com>2011-09-20 00:34:27 +0000
commiteae5a13078037e6b6591fd4f414452a7075cecf7 (patch)
tree3d79a7b7512ca2662c0268e8c3e30be66047e72f /lib/Makefile
parent400b624e02216dcbe1ec0c17963caa088b33c57a (diff)
downloadllvm-eae5a13078037e6b6591fd4f414452a7075cecf7.tar.gz
llvm-eae5a13078037e6b6591fd4f414452a7075cecf7.tar.bz2
llvm-eae5a13078037e6b6591fd4f414452a7075cecf7.tar.xz
Remove more of llvmc and dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140121 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 1752bde35a..fd575cd195 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -11,7 +11,7 @@ LEVEL = ..
include $(LEVEL)/Makefile.config
PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
- Target ExecutionEngine Linker MC CompilerDriver Object DebugInfo
+ Target ExecutionEngine Linker MC Object DebugInfo
include $(LEVEL)/Makefile.common