summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/analyze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index 0889735e19..57152ac5cd 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 transformutils.a vmcore support
+ datastructure target.a transformutils.a vmcore support
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common