btrfs-progs: build: fix static standalone utilities
authorNoah Massey <noah.massey@gmail.com>
Mon, 21 Mar 2016 14:16:07 +0000 (10:16 -0400)
committerDavid Sterba <dsterba@suse.com>
Wed, 30 Mar 2016 14:22:47 +0000 (16:22 +0200)
commit74a5d7478a5c0035df53823ba0c9167fce59f5e2
tree1082e941ec5eb7b45304c9cdcef7ff922ceca41c
parent03142f99bb4062835134200a9ca25d736cd0fe96
btrfs-progs: build: fix static standalone utilities

commit b5e7979 "btrfs-progs: build: extend per-binary objects" allows
the standalone utilities to link against object files shared with the
main binary. However, the btrfs-*.static targets need to be adjusted
to build against the static versions of the common files.

Signed-off-by: Noah Massey <noah.massey@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Makefile.in