correcting makefile: incorrectly checked in wrong version earlier
[oota-llvm.git] / tools / opt / Makefile
1 LEVEL = ../..
2 TOOLNAME = opt
3
4 USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
5            ipo ipa datastructure transforms target analysis transformutils vmcore support
6
7 include $(LEVEL)/Makefile.common
8