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