diff options
-rw-r--r-- | tools/opt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index a48cb74b59..882313a765 100644 --- a/tools/opt/Makefile +++ b/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 |