diff options
author | John Criswell <criswell@uiuc.edu> | 2003-09-29 16:10:43 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-09-29 16:10:43 +0000 |
commit | a496777cc5a5cac3ab5cec3b073bec2249fcb3fc (patch) | |
tree | b7efb3268b7f997aa483ef7c128511a10e8ddaa9 /lib/Makefile | |
parent | 74d1e73e0387b4966e1405d2cf827912a88d38e6 (diff) |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index ac80c155cd..1d9f30919a 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 |