From: Chris Lattner Date: Mon, 24 Oct 2005 02:09:03 +0000 (+0000) Subject: There is no need to build an archive version of this library X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=635df00b02e7b0483712ed2bf232980b9dc0977d;p=oota-llvm.git There is no need to build an archive version of this library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23936 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/RegAlloc/Makefile b/lib/Target/SparcV9/RegAlloc/Makefile index c19984cb204..e82ce5ce57f 100644 --- a/lib/Target/SparcV9/RegAlloc/Makefile +++ b/lib/Target/SparcV9/RegAlloc/Makefile @@ -10,6 +10,5 @@ LEVEL = ../../../.. DIRS = LIBRARYNAME = LLVMSparcV9RegAlloc -BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common