From: Chris Lattner Date: Sun, 18 Feb 2007 03:03:41 +0000 (+0000) Subject: avoid collision with /usr/bin/sample if this ever gets installed. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9bc823ec54435254ec4a4d4184087b77c0948ff5;p=oota-llvm.git 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 --- diff --git a/projects/sample/tools/sample/Makefile b/projects/sample/tools/sample/Makefile index 39da928329e..324030c5672 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