summaryrefslogtreecommitdiff
path: root/tools/llvm-dis/Makefile
diff options
context:
space:
mode:
authorSumant Kowshik <kowshik@uiuc.edu>2002-05-08 18:09:58 +0000
committerSumant Kowshik <kowshik@uiuc.edu>2002-05-08 18:09:58 +0000
commit9ddc86c6e51617d1170eed07a4320edf6679f655 (patch)
treec0aa7870ac7f39c669a35b77fcf2ed4fe4e063ef /tools/llvm-dis/Makefile
parent73e6298c9a645b60306e67dbd24ebc408c1b9d5d (diff)
downloadllvm-9ddc86c6e51617d1170eed07a4320edf6679f655.tar.gz
llvm-9ddc86c6e51617d1170eed07a4320edf6679f655.tar.bz2
llvm-9ddc86c6e51617d1170eed07a4320edf6679f655.tar.xz
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2552 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-dis/Makefile')
-rw-r--r--tools/llvm-dis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile
index b9a314b7e3..0bd888e955 100644
--- a/tools/llvm-dis/Makefile
+++ b/tools/llvm-dis/Makefile
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = dis
-USEDLIBS = bcreader vmcore support
+USEDLIBS = bcreader vmcore support cwriter
include $(LEVEL)/Makefile.common