summaryrefslogtreecommitdiff
path: root/contrib/pngminim/preader/makefile
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-03-19 14:49:03 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-03-19 14:49:03 -0500
commiteceff8b3c3553d0693d8fbe8c605dae53f4e16d6 (patch)
treeb66b9cecf09f413ef424f6f9a4f58b82e796c7a3 /contrib/pngminim/preader/makefile
parentf3dd1cc51e1e57a0d9f4c3eb795cda8d543011ab (diff)
downloadlibpng-eceff8b3c3553d0693d8fbe8c605dae53f4e16d6.tar.gz
[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
Diffstat (limited to 'contrib/pngminim/preader/makefile')
-rw-r--r--contrib/pngminim/preader/makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/pngminim/preader/makefile b/contrib/pngminim/preader/makefile
index 282709efa..76e47d8fc 100644
--- a/contrib/pngminim/preader/makefile
+++ b/contrib/pngminim/preader/makefile
@@ -9,6 +9,12 @@ STRIP=strip
# If awk fails try
# make AWK=nawk
+# If cpp fails try
+# make CPP=/lib/cpp
+
+# If strip fails try
+# make STRIP=touch
+
RM=rm -f
COPY=cp