syslinux 3.63: Rename $GZIP to $GZIPPROG
authorMaciej W. Rozycki <macro@linux-mips.org>
Thu, 17 Apr 2008 22:57:52 +0000 (23:57 +0100)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 18 Apr 2008 02:09:04 +0000 (22:09 -0400)
commitb84b154020dbd165abad9ff7010ea400210ef2a7
tree9215af8f6f92b535124d386fee353e3e9ef7ff80
parent0f3565349c5ae16f213fa5d971a8d264782779da
syslinux 3.63: Rename $GZIP to $GZIPPROG

If the variable GZIP exists in the environment, overriding it in the
Makefile exports it into the environment, causing failures:

gzip -cd syslogo.ppm.gz | \
../ppmtolss16 \#000000=0 \#d0d0d0=7 \#f6f6f6=15 \
> syslogo.lss
gzip.gz: No such file or directory
204480 pixels, 25715 bytes, (74.85% compression)

Use $GZIPPROG instead.
sample/Makefile