Remove runtime library in favor of users linking against real libraries.
[oota-llvm.git] / tools / lli / Makefile
1 LEVEL = ../..
2 TOOLNAME = lli
3 USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \
4            target transforms
5 TOOLLINKOPTS = -ldl
6
7 include $(LEVEL)/Makefile.common