summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index a01097ff55..4a14d372e5 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -5,6 +5,6 @@ all:: opt
clean ::
rm -f opt
-opt : $(ObjectsG)
+opt : $(ObjectsG) ../../lib/Optimizations/Debug/libopt.a
$(LinkG) -o $@ $(ObjectsG) -lopt -lbcreader -lbcwriter \
-lasmwriter -lanalysis -lvmcore