[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 18:08:32 PDT 2005



Changes in directory llvm/lib/Analysis/DataStructure:

Makefile updated: 1.4 -> 1.5
---
Log message:

don't bother building the archive version of this library


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Analysis/DataStructure/Makefile
diff -u llvm/lib/Analysis/DataStructure/Makefile:1.4 llvm/lib/Analysis/DataStructure/Makefile:1.5
--- llvm/lib/Analysis/DataStructure/Makefile:1.4	Thu Oct 28 00:36:48 2004
+++ llvm/lib/Analysis/DataStructure/Makefile	Sun Oct 23 20:08:20 2005
@@ -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
 






More information about the llvm-commits mailing list