aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-as/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-as/Makefile')
-rw-r--r--tools/llvm-as/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile
index 7ac2c2432d..eea87f9bcf 100644
--- a/tools/llvm-as/Makefile
+++ b/tools/llvm-as/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-TOOLNAME = as
+TOOLNAME = llvm-as
USEDLIBS = asmparser bcwriter vmcore support.a
include $(LEVEL)/Makefile.common