summaryrefslogtreecommitdiff
path: root/tools/analyze/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/analyze/Makefile')
-rw-r--r--tools/analyze/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index 97a54bcdce..e8e191c0e2 100644
--- a/tools/analyze/Makefile
+++ b/tools/analyze/Makefile
@@ -6,5 +6,5 @@ clean ::
rm -f opt
analyze : $(ObjectsG) Debug/.dir Depend/.dir
- $(LinkG) -o $@ $(ObjectsG) -lvmcore -lanalysis -lbcreader \
- -lopt -lasmwriter -lasmparser
+ $(LinkG) -o $@ $(ObjectsG) -lopt -lasmparser \
+ -lbcreader -lvmcore -lasmwriter -lanalysis