btrfs-progs: fix build, manpage compression command
authorChristian Hesse <mail@eworm.de>
Tue, 3 Jun 2014 06:09:25 +0000 (08:09 +0200)
committerDavid Sterba <dsterba@suse.cz>
Fri, 22 Aug 2014 12:39:31 +0000 (14:39 +0200)
commitd339d863ad5333c630ef14517f8dbfe11eb3904d
treeb717752f5920cbad1f9296179ff3eaaeb9572108
parent602aac5dbf0c3686c7473dfb025ca56ed13e2414
btrfs-progs: fix build, manpage compression command

man pages for btrfs-progs are compressed by gzip by default. In Makefile
the variable GZIP is use, this evaluates to 'gzip gzip' on my system.
>From man gzip:

> The environment variable GZIP can hold a set of default options for
> gzip. These options are interpreted first and can be overwritten by
> explicit command line parameters.

So using any other variable name fixes this.

Signed-off-by: Christian Hesse <mail@eworm.de>
Signed-off-by: David Sterba <dsterba@suse.cz>
Documentation/Makefile