Index: tools/pnacl-thaw/Makefile |
diff --git a/tools/llvm-bcanalyzer/Makefile b/tools/pnacl-thaw/Makefile |
similarity index 75% |
copy from tools/llvm-bcanalyzer/Makefile |
copy to tools/pnacl-thaw/Makefile |
index 2fc61dbd62a7d5b8927e965c0e8c310f6e038399..8e7699e185bfc7bb9346f112df93f914e8520ab8 100644 |
--- a/tools/llvm-bcanalyzer/Makefile |
+++ b/tools/pnacl-thaw/Makefile |
@@ -1,4 +1,4 @@ |
-##===- tools/llvm-bcanalyzer/Makefile ----------------------*- Makefile -*-===## |
+##===- tools/pnacl-thaw/Makefile ---------------------------*- Makefile -*-===## |
# |
# The LLVM Compiler Infrastructure |
# |
@@ -8,8 +8,8 @@ |
##===----------------------------------------------------------------------===## |
LEVEL := ../.. |
-TOOLNAME := llvm-bcanalyzer |
-LINK_COMPONENTS := bitreader |
+TOOLNAME := pnacl-thaw |
+LINK_COMPONENTS := bitwriter naclbitreader |
# This tool has no plugins, optimize startup time. |
TOOL_NO_EXPORTS := 1 |