summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/analyze/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index 1694f1bb8a..0889735e19 100644
--- a/tools/analyze/Makefile
+++ b/tools/analyze/Makefile
@@ -1,6 +1,8 @@
LEVEL = ../..
TOOLNAME = analyze
-USEDLIBS = asmparser bcreader scalaropts transforms analysis ipa datastructure transformutils vmcore support
+USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
+ datastructure transformutils.a vmcore support
+TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common