[llvm-commits] CVS: llvm-java/lib/Compiler/Makefile

Alkis Evlogimenos alkis at cs.uiuc.edu
Wed Oct 27 23:31:14 PDT 2004



Changes in directory llvm-java/lib/Compiler:

Makefile updated: 1.1 -> 1.2
---
Log message:

Conform to the new library naming scheme.


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

Index: llvm-java/lib/Compiler/Makefile
diff -u llvm-java/lib/Compiler/Makefile:1.1 llvm-java/lib/Compiler/Makefile:1.2
--- llvm-java/lib/Compiler/Makefile:1.1	Sat May 22 02:00:16 2004
+++ llvm-java/lib/Compiler/Makefile	Thu Oct 28 01:31:04 2004
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL := ../..
 
-LIBRARYNAME := compiler
+LIBRARYNAME := LLVMJavaCompiler
 
 BUILD_ARCHIVE = 1
 






More information about the llvm-commits mailing list