don't bother building the archive version of this library
authorChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 01:08:20 +0000 (01:08 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 01:08:20 +0000 (01:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23927 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/Makefile

index 19169693dd11a1f023ea158d6fd369b8fc42da8f..0f1986fe74dd16b33622142c2cde0bd6dc0d2a84 100644 (file)
@@ -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