From 0394891ef69fbac5332490ae95e4657751070705 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 13 Jan 2003 00:58:18 +0000 Subject: No longer need scalaropts lib git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5252 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lli/Makefile') diff --git a/tools/lli/Makefile b/tools/lli/Makefile index c31fb5e2da..ee12726143 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -2,7 +2,7 @@ LEVEL = ../.. TOOLNAME = lli PARALLEL_DIRS = Interpreter JIT -JITLIBS = lli-jit codegen x86 scalaropts.a +JITLIBS = lli-jit codegen x86 USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a #transforms.a -- cgit v1.2.3