summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Makefile
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-12 18:35:57 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-12 18:35:57 +0000
commit2c9039eb1a2c6878603def7db148135958ac5c8d (patch)
tree91ec6ad6b65b4aeec73a75769327b3b90e72756b /tools/bugpoint/Makefile
parente004fd005d3db3caf535d273418c4427b0428ab5 (diff)
downloadllvm-2c9039eb1a2c6878603def7db148135958ac5c8d.tar.gz
llvm-2c9039eb1a2c6878603def7db148135958ac5c8d.tar.bz2
llvm-2c9039eb1a2c6878603def7db148135958ac5c8d.tar.xz
Wrap lines at 80 cols
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16939 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/Makefile')
-rw-r--r--tools/bugpoint/Makefile4
1 files changed, 2 insertions, 2 deletions
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)