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