summaryrefslogtreecommitdiff
path: root/tools/lli
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lli')
-rw-r--r--tools/lli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 7e08ca2cb0..7ca5c60e98 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -40,7 +40,7 @@ ifdef ENABLE_SPARC_JIT
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
- transformutils.a bcreader vmcore support.a target.a
+ transformutils.a bcreader vmcore support target.a
# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.