From e4ca607ab0e721b11fa1599001f59096f09e8a1d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 9 Sep 2001 21:03:12 +0000 Subject: iFix dependence order git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@517 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/analyze/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.3