aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm2cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm2cpp/Makefile')
-rw-r--r--tools/llvm2cpp/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/llvm2cpp/Makefile b/tools/llvm2cpp/Makefile
index 98948033e2..d6b65c8923 100644
--- a/tools/llvm2cpp/Makefile
+++ b/tools/llvm2cpp/Makefile
@@ -1,4 +1,4 @@
-##===- tools/llvm-as/Makefile ------------------------------*- Makefile -*-===##
+##===- tools/llvm2cpp/Makefile -----------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,8 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = llvm2cpp
-USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMCore.a \
- LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+USEDLIBS = LLVMBCReader.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
include $(LEVEL)/Makefile.common