summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-13 23:29:37 +0000
committerChris Lattner <sabre@nondot.org>2004-02-13 23:29:37 +0000
commit0f2aecef5a38a7f06a704929133aedad9b6861d3 (patch)
tree4e055db579d405806cbb41be06a283034d162ea0 /lib/Makefile
parent76a92ae84a9d15309d72b7eaed9afb358461f787 (diff)
downloadllvm-0f2aecef5a38a7f06a704929133aedad9b6861d3.tar.gz
llvm-0f2aecef5a38a7f06a704929133aedad9b6861d3.tar.bz2
llvm-0f2aecef5a38a7f06a704929133aedad9b6861d3.tar.xz
CBackend is no longer here
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11416 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 7e2778170d..6620fe56b9 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ..
-PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target CWriter ExecutionEngine Debugger
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target ExecutionEngine Debugger
include $(LEVEL)/Makefile.common