[llvm-commits] CVS: llvm/tools/llee/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 16:19:07 PDT 2004
Changes in directory llvm/tools/llee:
Makefile updated: 1.9 -> 1.10
---
Log message:
Change Library Names Not To Conflict With Others When Installed
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/llee/Makefile
diff -u llvm/tools/llee/Makefile:1.9 llvm/tools/llee/Makefile:1.10
--- llvm/tools/llee/Makefile:1.9 Sat Oct 23 14:49:20 2004
+++ llvm/tools/llee/Makefile Wed Oct 27 18:18:45 2004
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
-LIBRARYNAME = execve
+LIBRARYNAME = LLVMexecve
SHARED_LIBRARY = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list