summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-rw-r--r--sample/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/Makefile b/sample/Makefile
index 3ed7907e..cf0d3f19 100644
--- a/sample/Makefile
+++ b/sample/Makefile
@@ -33,7 +33,7 @@ LDFLAGS = -s
OBJCOPY = objcopy
PPMTOLSS16 = ../ppmtolss16
LIB = liboldcom32.a
-GZIP = gzip
+GZIPPROG = gzip
PNGTOPNM = pngtopnm
LIBOBJS = conio.o atou.o skipatou.o printf.o c32exit.o
@@ -67,7 +67,7 @@ $(LIB): $(LIBOBJS)
$(RANLIB) $@
%.lss: %.ppm.gz $(PPMTOLSS16)
- $(GZIP) -cd $< | \
+ $(GZIPPROG) -cd $< | \
$(PPMTOLSS16) \#000000=0 \#d0d0d0=7 \#f6f6f6=15 \
> $@