tools: Rearrange list of tools in Makefile.am.
authorRichard Jones <rjones@redhat.com>
Tue, 30 Mar 2010 12:44:29 +0000 (13:44 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 30 Mar 2010 12:44:29 +0000 (13:44 +0100)
tools/Makefile.am

index 943b1eb..4b2ce58 100644 (file)
 
 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 \