From: Misha Brukman Date: Tue, 12 Oct 2004 18:35:57 +0000 (+0000) Subject: Wrap lines at 80 cols X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2c9039eb1a2c6878603def7db148135958ac5c8d;p=oota-llvm.git Wrap lines at 80 cols git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16939 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index 074f26b1586..ec94fe6a3eb 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 5377d3d7d0b..8387006cdbb 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)