aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-29 16:10:43 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-29 16:10:43 +0000
commita496777cc5a5cac3ab5cec3b073bec2249fcb3fc (patch)
treeb7efb3268b7f997aa483ef7c128511a10e8ddaa9 /lib/Makefile
parent74d1e73e0387b4966e1405d2cf827912a88d38e6 (diff)
downloadexternal_llvm-a496777cc5a5cac3ab5cec3b073bec2249fcb3fc.zip
external_llvm-a496777cc5a5cac3ab5cec3b073bec2249fcb3fc.tar.gz
external_llvm-a496777cc5a5cac3ab5cec3b073bec2249fcb3fc.tar.bz2
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
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index ac80c15..1d9f309 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