diff options
author | Chris Lattner <sabre@nondot.org> | 2003-03-31 17:30:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-03-31 17:30:35 +0000 |
commit | 0e08e1beda7e19dc00e6f7fe092447a1c01a7d77 (patch) | |
tree | d2051f1922c2c447cf9fab60bd4148e29b3cdfde | |
parent | 6c0e0496dc8f901a282ae1f591b8af2ecf095b97 (diff) |
Minor tweak
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5758 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/analyze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index 57152ac5cd..72115dcea2 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 |