aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/analyze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index 57152ac5cd..72115dcea2 100644
--- a/tools/analyze/Makefile
+++ b/tools/analyze/Makefile
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = analyze
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
- datastructure target.a transformutils.a vmcore support
+ datastructure target.a transformutils.a scalaropts.a vmcore support
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common