[llvm-commits] CVS: llvm/lib/ExecutionEngine/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 16:19:07 PDT 2004
Changes in directory llvm/lib/ExecutionEngine:
Makefile updated: 1.42 -> 1.43
---
Log message:
Change Library Names Not To Conflict With Others When Installed
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/ExecutionEngine/Makefile
diff -u llvm/lib/ExecutionEngine/Makefile:1.42 llvm/lib/ExecutionEngine/Makefile:1.43
--- llvm/lib/ExecutionEngine/Makefile:1.42 Mon Oct 20 17:26:56 2003
+++ llvm/lib/ExecutionEngine/Makefile Wed Oct 27 18:18:44 2004
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
-LIBRARYNAME = executionengine
+LIBRARYNAME = LLVMExecutionEngine
PARALLEL_DIRS = Interpreter JIT
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list