diff options
Diffstat (limited to 'lib/Support')
-rw-r--r-- | lib/Support/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Makefile b/lib/Support/Makefile index 30862aa..6b96056 100644 --- a/lib/Support/Makefile +++ b/lib/Support/Makefile @@ -6,10 +6,10 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## + LEVEL = ../.. PARALLEL_DIRS=bzip2 LIBRARYNAME = LLVMSupport BUILD_ARCHIVE = 1 -DONT_BUILD_RELINKED := 1 include $(LEVEL)/Makefile.common |