]> git.notmuchmail.org Git - notmuch/commit
Makefile: Fix to work even with GZIP environment variable set.
authorCarl Worth <cworth@cworth.org>
Sun, 22 Nov 2009 03:45:16 +0000 (04:45 +0100)
committerCarl Worth <cworth@cworth.org>
Sun, 22 Nov 2009 03:45:16 +0000 (04:45 +0100)
commit1266d8511e9adc7296ec4ddbf609dec824b4c94f
treea442bf47b26c795acb7c599dbb2feae94bf63001
parent530df68258ea0fbdceafd6e4a0f51889c6ee86d2
Makefile: Fix to work even with GZIP environment variable set.

The rule here was written to assume that if the GZIP environment
variable was set that it would be the gzip binary to execute,
(similar to the CC and CXX variables). But GZIP is actually used
to pass arguments to gzip, so we have to use a different name.
Makefile
Makefile.local