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

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



Changes in directory llvm/lib/ExecutionEngine/JIT:

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

Fix library name.


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

Index: llvm/lib/ExecutionEngine/JIT/Makefile
diff -u llvm/lib/ExecutionEngine/JIT/Makefile:1.4 llvm/lib/ExecutionEngine/JIT/Makefile:1.5
--- llvm/lib/ExecutionEngine/JIT/Makefile:1.4	Mon Oct 20 17:26:56 2003
+++ llvm/lib/ExecutionEngine/JIT/Makefile	Thu Oct 28 00:37:24 2004
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
-LIBRARYNAME = lli-jit
+LIBRARYNAME = LLVMJIT
 
 # Get the $(ARCH) setting
 include $(LEVEL)/Makefile.config






More information about the llvm-commits mailing list