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 1916969..0f1986f 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