summaryrefslogtreecommitdiff
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 98599b36ae..aab1c2f93e 100644
--- a/tools/analyze/Makefile
+++ b/tools/analyze/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = analyze
-USEDLIBS = opt asmparser bcreader vmcore asmwriter analysis opt support
+USEDLIBS = opt analysis asmparser bcreader asmwriter vmcore analysis opt support
include $(LEVEL)/Makefile.common