[libpng15] Added missing "-" in front of DZ_SOLO in contrib/pngminim/*/makefile

This commit is contained in:
Glenn Randers-Pehrson
2012-11-30 15:40:40 -06:00
parent 12a5993ec5
commit 3f490d128f
5 changed files with 8 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ LD=$(CC)
RM=rm -f
COPY=cp
CFLAGS=-DPNG_USER_CONFIG -DZ_SOLO DNO_GZIP -I. -O1
CFLAGS=-DPNG_USER_CONFIG -DZ_SOLO -DNO_GZIP -I. -O1
C=.c
O=.o