Change run-lli -> run-int
[oota-llvm.git] / tools / llvm-dis / Makefile
index b9a314b7e3de77fbbffd3c27621ddbefa49fd0f2..0238dd2a17869c5f11ec68ef6f3a8a8d9cbc344d 100644 (file)
@@ -1,7 +1,5 @@
 LEVEL = ../..
 
-TOOLNAME = dis
-USEDLIBS = bcreader vmcore support
+TOOLNAME = llvm-dis
+USEDLIBS = bcreader cwriter ipa.a vmcore support.a
 include $(LEVEL)/Makefile.common
-
-