summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 01:08:20 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 01:08:20 +0000
commit83753937a6eb0606e8b08850bc9d745de8e3cc6a (patch)
tree19c68f19480180562320f4e0c81e6567b47166b5
parentdf514ef5f898a1fa9ca9d072781626c5192c6d34 (diff)
downloadllvm-83753937a6eb0606e8b08850bc9d745de8e3cc6a.tar.gz
llvm-83753937a6eb0606e8b08850bc9d745de8e3cc6a.tar.bz2
llvm-83753937a6eb0606e8b08850bc9d745de8e3cc6a.tar.xz
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
-rw-r--r--lib/Analysis/DataStructure/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/Makefile b/lib/Analysis/DataStructure/Makefile
index 19169693dd..0f1986fe74 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