From: Chris Lattner Date: Fri, 13 Feb 2004 23:29:37 +0000 (+0000) Subject: CBackend is no longer here X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0f2aecef5a38a7f06a704929133aedad9b6861d3;p=oota-llvm.git CBackend is no longer here git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11416 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Makefile b/lib/Makefile index 7e2778170d3..6620fe56b9b 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