diff options
-rw-r--r-- | tools/opt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index ba23dabdb9..4c38c76dfe 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -2,7 +2,7 @@ LEVEL = ../.. TOOLNAME = opt USEDLIBS = bcreader bcwriter \ - instrument profpaths scalaropts \ + instrument profpaths scalaropts \ ipo ipa.a datastructure transforms target.a analysis \ transformutils vmcore support |