Changes in directory llvm/projects/sample/tools/sample:

Makefile updated: 1.7 -> 1.8
---
Log message:

avoid collision with /usr/bin/sample if this ever gets installed.


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/projects/sample/tools/sample/Makefile
diff -u llvm/projects/sample/tools/sample/Makefile:1.7 
llvm/projects/sample/tools/sample/Makefile:1.8
--- llvm/projects/sample/tools/sample/Makefile:1.7      Mon Aug  7 18:12:15 2006
+++ llvm/projects/sample/tools/sample/Makefile  Sat Feb 17 21:03:41 2007
@@ -8,7 +8,7 @@
 #
 # Give the name of the tool.
 #
-TOOLNAME=sample
+TOOLNAME=Sample
 
 #
 # List libraries that we'll need



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to