From: Reid Spencer Date: Sun, 14 Nov 2004 22:03:14 +0000 (+0000) Subject: Don't bother with a re-linked library, ensure archive library is built. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a455cca62fd122279252cfaef0d473f932ee19e2;p=oota-llvm.git Don't bother with a re-linked library, ensure archive library is built. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17773 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Linker/Makefile b/lib/Linker/Makefile index 3fb638a845d..688c832f5b7 100644 --- a/lib/Linker/Makefile +++ b/lib/Linker/Makefile @@ -8,6 +8,8 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. LIBRARYNAME = LLVMLinker +BUILD_ARCHIVE := 1 +DONT_BUILD_RELINKED := 1 include $(LEVEL)/Makefile.common