summaryrefslogtreecommitdiff
path: root/tools/llvm2cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm2cpp/Makefile')
-rw-r--r--tools/llvm2cpp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm2cpp/Makefile b/tools/llvm2cpp/Makefile
index 89ffc97e80..3bb68b8daa 100644
--- a/tools/llvm2cpp/Makefile
+++ b/tools/llvm2cpp/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = llvm2cpp
-LINK_COMPONENTS = bcreader bitreader
+LINK_COMPONENTS = bitreader
include $(LEVEL)/Makefile.common