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