summaryrefslogtreecommitdiff
path: root/tools/analyze/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/analyze/Makefile')
-rw-r--r--tools/analyze/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index 074f26b158..ec94fe6a3e 100644
--- a/tools/analyze/Makefile
+++ b/tools/analyze/Makefile
@@ -8,9 +8,10 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = analyze
-USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a transforms.a \
- target.a scalaropts.a transformutils.a vmcore support LLVMsystem.a
+USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a \
+ transforms.a target.a scalaropts.a transformutils.a vmcore support \
+ LLVMsystem.a
+
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common
-