diff --git a/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile index a48cb74b59c4..882313a7655f 100644 --- a/llvm/tools/opt/Makefile +++ b/llvm/tools/opt/Makefile @@ -1,7 +1,7 @@ LEVEL = ../.. TOOLNAME = opt -USEDLIBS = bcreader bcwriter asmwriter analysis instrument transforms \ - scalaropts ipo target analysis vmcore support +USEDLIBS = bcreader bcwriter asmwriter instrument scalaropts \ + ipo target analysis transforms vmcore support include $(LEVEL)/Makefile.common