diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-25 19:38:28 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-25 19:38:28 +0000 |
commit | d49013f0b8db17e851443af3fdd149156510e314 (patch) | |
tree | 1ef2cc0bf939984b4ed70a1583a5bf19ef8dfb66 /llvm/lib/Support | |
parent | fa8d2e0b27ef1da18793f552c222434b641cb025 (diff) | |
download | bcm5719-llvm-d49013f0b8db17e851443af3fdd149156510e314.tar.gz bcm5719-llvm-d49013f0b8db17e851443af3fdd149156510e314.zip |
Add bzip2 subdirectory
llvm-svn: 18251
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r-- | llvm/lib/Support/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Makefile b/llvm/lib/Support/Makefile index 2e4a5b066aa..151f253165b 100644 --- a/llvm/lib/Support/Makefile +++ b/llvm/lib/Support/Makefile @@ -7,6 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../.. +PARALLEL_DIRS=bzip2 LIBRARYNAME = LLVMSupport BUILD_ARCHIVE = 1 |