summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r--tools/lli/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 8012468d8b..4a5641106d 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -1,7 +1,6 @@
LEVEL = ../..
TOOLNAME = lli
-USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \
- target transforms
+USEDLIBS = bcreader vmcore analysis support target transforms
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common