[devel] Added a hint to try CPP=/bin/cpp if "cpp -E" fails in

scripts/pnglibconf.mak and in contrib/pngminim/*/makefile and to try
"STRIP=touch" if strip is missing, eg., on SunOS 5.10
This commit is contained in:
Glenn Randers-Pehrson
2011-03-19 14:49:03 -05:00
parent f3dd1cc51e
commit eceff8b3c3
5 changed files with 38 additions and 8 deletions

View File

@@ -6,9 +6,15 @@ CC=gcc
LD=$(CC)
STRIP=strip
#if strip fails try
# make STRIP=touch
# If awk fails try
# make AWK=nawk
# If cpp fails try
# make CPP=/lib/cpp
RM=rm -f
COPY=cp