From 9bc823ec54435254ec4a4d4184087b77c0948ff5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 18 Feb 2007 03:03:41 +0000 Subject: [PATCH] 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 --- projects/sample/tools/sample/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0