[llvm-commits] CVS: llvm/lib/AsmParser/Makefile

Reid Spencer reid at x10sys.com
Wed Oct 27 16:19:06 PDT 2004



Changes in directory llvm/lib/AsmParser:

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

Change Library Names Not To Conflict With Others When Installed

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

Index: llvm/lib/AsmParser/Makefile
diff -u llvm/lib/AsmParser/Makefile:1.4 llvm/lib/AsmParser/Makefile:1.5
--- llvm/lib/AsmParser/Makefile:1.4	Mon Oct 20 17:26:55 2003
+++ llvm/lib/AsmParser/Makefile	Wed Oct 27 18:18:44 2004
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 
-LIBRARYNAME = asmparser
+LIBRARYNAME = LLVMAsmParser
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list