From c48c103c335c9c2537b4c5b3caa74b8e5b26d3dd Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 25 Nov 2004 19:38:28 +0000 Subject: [PATCH] Add bzip2 subdirectory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18251 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Support/Makefile b/lib/Support/Makefile index 2e4a5b066aa..151f253165b 100644 --- a/lib/Support/Makefile +++ b/lib/Support/Makefile @@ -7,6 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../.. +PARALLEL_DIRS=bzip2 LIBRARYNAME = LLVMSupport BUILD_ARCHIVE = 1 -- 2.34.1