diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-02-18 03:03:41 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-02-18 03:03:41 +0000 |
| commit | 8597d69961d1dd8c766f3ec436b5bbf7a1d6dbb5 (patch) | |
| tree | a0bc62cbe8ec2d80bf918e4653ad8fd1c0f56ba1 /llvm/projects/sample | |
| parent | fbd48a566a9307211500569e9360138803b9f4b2 (diff) | |
| download | bcm5719-llvm-8597d69961d1dd8c766f3ec436b5bbf7a1d6dbb5.tar.gz bcm5719-llvm-8597d69961d1dd8c766f3ec436b5bbf7a1d6dbb5.zip | |
avoid collision with /usr/bin/sample if this ever gets installed.
llvm-svn: 34387
Diffstat (limited to 'llvm/projects/sample')
| -rw-r--r-- | llvm/projects/sample/tools/sample/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/projects/sample/tools/sample/Makefile b/llvm/projects/sample/tools/sample/Makefile index 39da928329e..324030c5672 100644 --- a/llvm/projects/sample/tools/sample/Makefile +++ b/llvm/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 |

