btrfs-progs: Makefile.in: Simplify/correct install-static
authorMike Gilbert <floppym@gentoo.org>
Thu, 21 Jan 2016 15:59:32 +0000 (10:59 -0500)
committerDavid Sterba <dsterba@suse.com>
Thu, 21 Jan 2016 18:35:33 +0000 (19:35 +0100)
commit30ce6c76c14621e1063039a690fc77dd09f78243
tree9be3cb76306342b434bde9c6ea8b118395099add
parent21258fab2caeade405a15ba932d373b364aa6e8c
btrfs-progs: Makefile.in: Simplify/correct install-static

install -D does not create the last component, so this failed if
$(DESTDIR)$(bindir) did not already exist.

There's no need for a loop here since install accepts multiple source
arguments.

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Signed-off-by: David Sterba <dsterba@suse.com>
Makefile.in