aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 882313a..f30a009 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = opt
-USEDLIBS = bcreader bcwriter asmwriter instrument scalaropts \
+USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \
ipo target analysis transforms vmcore support
include $(LEVEL)/Makefile.common