diff options
Diffstat (limited to 'llvm/tools/dis/Makefile')
| -rw-r--r-- | llvm/tools/dis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/dis/Makefile b/llvm/tools/dis/Makefile index 0bd888e9553..5ee0021c8a4 100644 --- a/llvm/tools/dis/Makefile +++ b/llvm/tools/dis/Makefile @@ -1,7 +1,7 @@ LEVEL = ../.. TOOLNAME = dis -USEDLIBS = bcreader vmcore support cwriter +USEDLIBS = bcreader vmcore support.a cwriter include $(LEVEL)/Makefile.common |

