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

Alkis Evlogimenos alkis at cs.uiuc.edu
Wed Oct 27 22:36:59 PDT 2004



Changes in directory llvm/lib/Analysis/DataStructure:

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

Fix library name.


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

Index: llvm/lib/Analysis/DataStructure/Makefile
diff -u llvm/lib/Analysis/DataStructure/Makefile:1.3 llvm/lib/Analysis/DataStructure/Makefile:1.4
--- llvm/lib/Analysis/DataStructure/Makefile:1.3	Mon Oct 20 17:26:55 2003
+++ llvm/lib/Analysis/DataStructure/Makefile	Thu Oct 28 00:36:48 2004
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
-LIBRARYNAME = datastructure
+LIBRARYNAME = LLVMDataStructure
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list