diff options
Diffstat (limited to 'tools/opt/Makefile')
-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 8a7fec4..678812a 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = opt -USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \ +USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \ ipo ipa datastructure target analysis transforms vmcore support include $(LEVEL)/Makefile.common |