From a496777cc5a5cac3ab5cec3b073bec2249fcb3fc Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 29 Sep 2003 16:10:43 +0000 Subject: [PATCH] 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 --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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