diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index 98599b36ae1..aab1c2f93e5 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