Fix big bug introduced with symbol table changes
[oota-llvm.git] / tools / extract / Makefile
1 LEVEL = ../..
2
3 TOOLNAME = extract
4 USEDLIBS = bcreader bcwriter transforms.a ipo.a analysis.a transformutils.a \
5            ipa.a vmcore support.a
6
7 include $(LEVEL)/Makefile.common