[devel] removed "strip" from contrib/pngminim/*/makefile

This commit is contained in:
Glenn Randers-Pehrson
2011-03-19 22:32:38 -05:00
parent eceff8b3c3
commit 3f2339b551
5 changed files with 7 additions and 22 deletions

View File

@@ -4,10 +4,6 @@
#CC=cc
CC=gcc
LD=$(CC)
STRIP=strip
#if strip fails try
# make STRIP=touch
# If awk fails try
# make AWK=nawk
@@ -93,7 +89,6 @@ all: pngm2pnm$(E)
pngm2pnm$(E): $(OBJS)
$(LD) -o pngm2pnm$(E) $(OBJS)
$(STRIP) pngm2pnm$(E)
# The DFA_XTRA setting turns all libpng options off then
# turns on those required for this minimal build.