summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2014-05-30 11:29:19 -0500
committerDavid Sterba <dsterba@suse.cz>2014-08-22 14:39:32 +0200
commit11ffe235315db4c4837f2a0f9ae190747b28b1d5 (patch)
treeb92e541f27ddfdf1c2f1ac77bf4e54591d2c37ac /Makefile
parent660fe77615ac77909ce3b9d259243781a6206c9a (diff)
btrfs-progs: fix btrfs-fragments build
When I made all the btrfs-foo.c targets generic, I somehow managed to break the libs definition for btrfs-fragments by dropping the "s" off the end. Fix that, although apparently nobody is building this tool. :) Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76565e8b..037a1c4f 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ progs = mkfs.btrfs btrfs-debug-tree btrfsck \
# specify btrfs_foo_libs = <list of libs>; see $($(subst...)) rules below
btrfs_convert_libs = -lext2fs -lcom_err
btrfs_image_libs = -lpthread
-btrfs_fragment_libs = -lgd -lpng -ljpeg -lfreetype
+btrfs_fragments_libs = -lgd -lpng -ljpeg -lfreetype
SUBDIRS =
BUILDDIRS = $(patsubst %,build-%,$(SUBDIRS)) build-Documentation