[llvm-commits] CVS: llvm/projects/sample/tools/sample/Makefile
Chris Lattner
sabre at nondot.org
Sat Feb 17 19:03:57 PST 2007
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
More information about the llvm-commits
mailing list