From f25da97554885d5032f124e12c1995d6eab720dd Mon Sep 17 00:00:00 2001
From: Richard Jones <rjones@redhat.com>
Date: Tue, 30 Mar 2010 13:44:29 +0100
Subject: [PATCH] tools: Rearrange list of tools in Makefile.am.

---
 tools/Makefile.am | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/tools/Makefile.am b/tools/Makefile.am
index 943b1eb..4b2ce58 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -17,7 +17,17 @@
 
 include $(top_srcdir)/subdir-rules.mk
 
-tools = cat df edit list-filesystems list-partitions ls rescue resize tar win-reg
+tools = \
+	cat \
+	df \
+	edit \
+	list-filesystems \
+	list-partitions \
+	ls \
+	rescue \
+	resize \
+	tar \
+	win-reg
 
 EXTRA_DIST = \
 	run-locally \
-- 
1.8.3.1