diff options
Diffstat (limited to 'llvm')
-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 |