From: John Criswell Date: Mon, 29 Sep 2003 16:10:43 +0000 (+0000) Subject: Removed Support directory. It now lives in llvm/support/lib. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a496777cc5a5cac3ab5cec3b073bec2249fcb3fc;p=oota-llvm.git Removed Support directory. It now lives in llvm/support/lib. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8739 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Makefile b/lib/Makefile index ac80c155cd3..1d9f30919ae 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,6 @@ LEVEL = .. -PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter ExecutionEngine +PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target CWriter ExecutionEngine include $(LEVEL)/Makefile.common