summaryrefslogtreecommitdiff
path: root/tools/analyze/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/analyze/Makefile')
-rw-r--r--tools/analyze/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index b33d40bd69..1ff0e53fd8 100644
--- a/tools/analyze/Makefile
+++ b/tools/analyze/Makefile
@@ -9,4 +9,5 @@ LIBDEPS = ../../lib/Optimizations/Debug/libopt.a ../../lib/Analysis/Debug/liba
analyze : $(ObjectsG) Debug/.dir Depend/.dir $(LIBDEPS)
$(LinkG) -o $@ $(ObjectsG) -lopt -lasmparser \
- -lbcreader -lvmcore -lasmwriter -lanalysis -lopt
+ -lbcreader -lvmcore -lasmwriter -lanalysis \
+ -lopt -lsupport