Wrap lines at 80 cols
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 12 Oct 2004 18:35:57 +0000 (18:35 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 12 Oct 2004 18:35:57 +0000 (18:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16939 91177308-0d34-0410-b5e6-96231b3b80d8

tools/analyze/Makefile
tools/bugpoint/Makefile

index 074f26b1586271e1d549fc0a34e63604c8b8c6c3..ec94fe6a3ebc2780f6237d3581dd871f0da3f59b 100644 (file)
@@ -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
-
index 5377d3d7d0bda1699cc0ec4bf8d917fd77526361..8387006cdbb5150e61da10b67f0bebd12883b447 100644 (file)
@@ -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)