From: Chris Lattner Date: Mon, 24 Oct 2005 01:08:20 +0000 (+0000) Subject: don't bother building the archive version of this library X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=83753937a6eb0606e8b08850bc9d745de8e3cc6a;p=oota-llvm.git don't bother building the archive version of this library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23927 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/DataStructure/Makefile b/lib/Analysis/DataStructure/Makefile index 19169693dd1..0f1986fe74d 100644 --- a/lib/Analysis/DataStructure/Makefile +++ b/lib/Analysis/DataStructure/Makefile @@ -6,9 +6,9 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## + LEVEL = ../../.. LIBRARYNAME = LLVMDataStructure -BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common