aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/analyze/Makefile7
-rw-r--r--tools/bugpoint/Makefile4
2 files changed, 6 insertions, 5 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
-
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile
index 5377d3d7d0..8387006cdb 100644
--- a/tools/bugpoint/Makefile
+++ b/tools/bugpoint/Makefile
@@ -13,8 +13,8 @@ TOOLNAME = bugpoint
OPTLIBS = transforms instrument profpaths
ANALIBS = datastructure ipa target.a
-USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
- transformutils asmparser bcreader bcwriter vmcore support LLVMsystem.a
+USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) transformutils \
+ asmparser bcreader bcwriter vmcore support LLVMsystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)