btrfs-progs: build: reorder target dependencies
authorDavid Sterba <dsterba@suse.com>
Fri, 27 Jan 2017 17:50:56 +0000 (18:50 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 8 Mar 2017 12:00:45 +0000 (13:00 +0100)
commitd9119007d13e433864c163da18a4265d299e486b
tree483178dfb6b7784d319064cc94475f7def2f51a1
parent839d857c7ef3d834382788a77022e73d4bf43bd7
btrfs-progs: build: reorder target dependencies

Reorder target dependencies:

1) target-specific objects
2) common objects
3) library objects
4) static libraries

1-3 are for faster detection of build failures, the specific objects
reflect changes to the source, but otherwise is only a cosmetic change.
The 4 is for correct order during linking, if we'd use the $^ variable.

Signed-off-by: David Sterba <dsterba@suse.com>
Makefile.in