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 | c48c103c335c9c2537b4c5b3caa74b8e5b26d3dd (patch) | |
tree | 137eb13ca4f1a3ad0f57bb79445ef11050150b96 /lib/Support/Makefile | |
parent | f6a0acd64a8af05349285c12e707caa0ed44ab9d (diff) |
Add bzip2 subdirectory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18251 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Makefile')
-rw-r--r-- | lib/Support/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/Makefile b/lib/Support/Makefile index 2e4a5b066a..151f253165 100644 --- a/lib/Support/Makefile +++ b/lib/Support/Makefile @@ -7,6 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../.. +PARALLEL_DIRS=bzip2 LIBRARYNAME = LLVMSupport BUILD_ARCHIVE = 1 |