summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-18 03:03:41 +0000
committerChris Lattner <sabre@nondot.org>2007-02-18 03:03:41 +0000
commit9bc823ec54435254ec4a4d4184087b77c0948ff5 (patch)
treedd3e9a476372a8f2e104b2f729669ab2bb5d8b17 /projects
parent443b570149f5756b298de6b63d13bbbf66b4f6fc (diff)
downloadllvm-9bc823ec54435254ec4a4d4184087b77c0948ff5.tar.gz
llvm-9bc823ec54435254ec4a4d4184087b77c0948ff5.tar.bz2
llvm-9bc823ec54435254ec4a4d4184087b77c0948ff5.tar.xz
avoid collision with /usr/bin/sample if this ever gets installed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34387 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/sample/tools/sample/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/sample/tools/sample/Makefile b/projects/sample/tools/sample/Makefile
index 39da928329..324030c567 100644
--- a/projects/sample/tools/sample/Makefile
+++ b/projects/sample/tools/sample/Makefile
@@ -8,7 +8,7 @@ LEVEL=../..
#
# Give the name of the tool.
#
-TOOLNAME=sample
+TOOLNAME=Sample
#
# List libraries that we'll need