summaryrefslogtreecommitdiff
path: root/contrib/pngminim
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-06-21 12:28:05 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-06-25 20:06:38 -0500
commit5feb87cd0edeb831722f4674334d1e90ca60bffd (patch)
treef422dd25814269bc409215d386909a1991be5bde /contrib/pngminim
parent57d9617964efeb765bce12027b8b3f1fd39c7e86 (diff)
downloadlibpng-5feb87cd0edeb831722f4674334d1e90ca60bffd.tar.gz
[devel] Imported from libpng-1.5.0beta29.tarv1.5.0beta29
Diffstat (limited to 'contrib/pngminim')
-rw-r--r--contrib/pngminim/decoder/makefile3
-rw-r--r--contrib/pngminim/encoder/makefile3
-rw-r--r--contrib/pngminim/preader/makefile3
3 files changed, 9 insertions, 0 deletions
diff --git a/contrib/pngminim/decoder/makefile b/contrib/pngminim/decoder/makefile
index ca29d44de..43e45bd17 100644
--- a/contrib/pngminim/decoder/makefile
+++ b/contrib/pngminim/decoder/makefile
@@ -6,6 +6,9 @@ CC=gcc
LD=$(CC)
STRIP=strip
+# If awk fails try
+# make AWK=nawk
+
RM=rm -f
COPY=cp
diff --git a/contrib/pngminim/encoder/makefile b/contrib/pngminim/encoder/makefile
index 3a6a192b1..a19ae7345 100644
--- a/contrib/pngminim/encoder/makefile
+++ b/contrib/pngminim/encoder/makefile
@@ -6,6 +6,9 @@ CC=gcc
LD=$(CC)
STRIP=strip
+# If awk fails try
+# make AWK=nawk
+
RM=rm -f
COPY=cp
diff --git a/contrib/pngminim/preader/makefile b/contrib/pngminim/preader/makefile
index b36fbbae6..282709efa 100644
--- a/contrib/pngminim/preader/makefile
+++ b/contrib/pngminim/preader/makefile
@@ -6,6 +6,9 @@ CC=gcc
LD=$(CC)
STRIP=strip
+# If awk fails try
+# make AWK=nawk
+
RM=rm -f
COPY=cp