From 0e08e1beda7e19dc00e6f7fe092447a1c01a7d77 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 31 Mar 2003 17:30:35 +0000 Subject: [PATCH] Minor tweak git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5758 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/analyze/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index 57152ac5cdb..72115dcea24 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 -- 2.40.0