[llvm-commits] CVS: llvm-tv/lib/Snapshot/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Wed Apr 27 10:19:21 PDT 2005
Changes in directory llvm-tv/lib/Snapshot:
Makefile updated: 1.2 -> 1.3
---
Log message:
Prevent name collisions -- mark library as belonging to llvm-tv
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-tv/lib/Snapshot/Makefile
diff -u llvm-tv/lib/Snapshot/Makefile:1.2 llvm-tv/lib/Snapshot/Makefile:1.3
--- llvm-tv/lib/Snapshot/Makefile:1.2 Fri Apr 16 16:59:42 2004
+++ llvm-tv/lib/Snapshot/Makefile Wed Apr 27 12:19:10 2005
@@ -1,5 +1,5 @@
LEVEL = ../..
-LIBRARYNAME = snapshot
+LIBRARYNAME = LLVMTVSnapshot
SHARED_LIBRARY = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list