Removed Support directory. It now lives in llvm/support/lib.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 29 Sep 2003 16:10:43 +0000 (16:10 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 29 Sep 2003 16:10:43 +0000 (16:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8739 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Makefile

index ac80c155cd3a9c9a386b1c82e2d365689b1355dc..1d9f30919aeca6f1870cd17490afb6c4476100a8 100644 (file)
@@ -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