The verify pass is implicit
[oota-llvm.git] / lib / ExecutionEngine / Makefile
index 4a5641106d0f4d58b92fbc7070cd6c1516502738..4e47ee6a71835ec11e4b566c7bf887acc3f8592f 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../..
 TOOLNAME = lli
-USEDLIBS = bcreader vmcore analysis support target transforms
+USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
 TOOLLINKOPTS = -ldl
 
 include $(LEVEL)/Makefile.common