X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fopt%2FMakefile;h=a48cb74b59c40cc7741c83ed18c4ba869cdcbd27;hb=8efb9d733faa38cce0cc92719ed05ce7eaa06dd7;hp=903591c80ce2ab4637c5ab4614737f5cd44bfbee;hpb=aa4730d9c33127c71af3df3b1e92fa8284d89252;p=oota-llvm.git diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 903591c80ce..a48cb74b59c 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,6 +1,7 @@ LEVEL = ../.. TOOLNAME = opt -USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms ipo target analysis +USEDLIBS = bcreader bcwriter asmwriter analysis instrument transforms \ + scalaropts ipo target analysis vmcore support include $(LEVEL)/Makefile.common