public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Rename convert target to btrfs-convert
@ 2009-01-23 15:32 Julian Andres Klode
  0 siblings, 0 replies; only message in thread
From: Julian Andres Klode @ 2009-01-23 15:32 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Julian Andres Klode

The target builds btrfs-convert and should therefore be
also named this way.

Signed-off-by: Julian Andres Klode <jak@jak-linux.org>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index e6a332c..3b69db6 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ dir-test: $(objects) dir-test.o
 quick-test: $(objects) quick-test.o
 	gcc $(CFLAGS) -o quick-test $(objects) quick-test.o $(LDFLAGS) $(LIBS)
 
-convert: $(objects) convert.o
+btrfs-convert: $(objects) convert.o
 	gcc $(CFLAGS) -o btrfs-convert $(objects) convert.o -lext2fs $(LDFLAGS) $(LIBS)
 
 manpages:
-- 
1.6.0.6


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-23 15:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-23 15:32 [PATCH] Rename convert target to btrfs-convert Julian Andres Klode

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox