[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Makefile

Reid Spencer reid at x10sys.com
Wed Oct 27 22:37:35 PDT 2004



Changes in directory llvm/lib/ExecutionEngine/Interpreter:

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

Fix library name.


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

Index: llvm/lib/ExecutionEngine/Interpreter/Makefile
diff -u llvm/lib/ExecutionEngine/Interpreter/Makefile:1.2 llvm/lib/ExecutionEngine/Interpreter/Makefile:1.3
--- llvm/lib/ExecutionEngine/Interpreter/Makefile:1.2	Mon Oct 20 17:26:56 2003
+++ llvm/lib/ExecutionEngine/Interpreter/Makefile	Thu Oct 28 00:37:24 2004
@@ -7,6 +7,6 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
-LIBRARYNAME = lli-interpreter
+LIBRARYNAME = LLVMInterpreter
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list