From 83753937a6eb0606e8b08850bc9d745de8e3cc6a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 Oct 2005 01:08:20 +0000 Subject: [PATCH] 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 --- lib/Analysis/DataStructure/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1