diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-23 17:52:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-23 17:52:38 +0000 |
commit | 56d27019e6aebd7cfa5d031c832193eb66d75830 (patch) | |
tree | 1826962f81136719c70efeb5b598e02b3d7b8321 /tools/lli/Makefile | |
parent | f78a824b3c155f78abbf646da486fda866b4cca6 (diff) |
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 4a5641106d..4e47ee6a71 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = lli -USEDLIBS = bcreader vmcore analysis support target transforms +USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common |