From 8df7c012997705827db5912e84a17462ea48cfe8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 Oct 2005 01:08:20 +0000 Subject: don't bother building the archive version of this library llvm-svn: 23927 --- llvm/lib/Analysis/DataStructure/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Analysis/DataStructure') diff --git a/llvm/lib/Analysis/DataStructure/Makefile b/llvm/lib/Analysis/DataStructure/Makefile index 19169693dd1..0f1986fe74d 100644 --- a/llvm/lib/Analysis/DataStructure/Makefile +++ b/llvm/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 -- cgit v1.2.3