diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-24 01:08:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-24 01:08:20 +0000 |
commit | 8df7c012997705827db5912e84a17462ea48cfe8 (patch) | |
tree | d01e0b416ded8354b57695b041d739122869f561 | |
parent | 1f001771b2ba7a0194e1e38a044f5699a52f0ea9 (diff) | |
download | bcm5719-llvm-8df7c012997705827db5912e84a17462ea48cfe8.tar.gz bcm5719-llvm-8df7c012997705827db5912e84a17462ea48cfe8.zip |
don't bother building the archive version of this library
llvm-svn: 23927
-rw-r--r-- | llvm/lib/Analysis/DataStructure/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |