From 2c9039eb1a2c6878603def7db148135958ac5c8d Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 12 Oct 2004 18:35:57 +0000 Subject: Wrap lines at 80 cols git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16939 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/bugpoint/Makefile') 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) -- cgit v1.2.3