From: Chris Lattner Date: Mon, 5 Jan 2004 05:25:59 +0000 (+0000) Subject: Add new dir X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6dddfff7502774efa50a6650aa6b5a0b963c83e4;p=oota-llvm.git Add new dir git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10686 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Makefile b/lib/Makefile index b05061cd096..7e2778170d3 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = .. -PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target CWriter ExecutionEngine +PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target CWriter ExecutionEngine Debugger include $(LEVEL)/Makefile.common