Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common
[oota-llvm.git] / tools / lli / Makefile
1 LEVEL = ../..
2 TOOLNAME = lli
3 USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support target
4
5 include $(LEVEL)/Makefile.common
6