summaryrefslogtreecommitdiff
path: root/contrib/pngminim/encoder/makefile
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/encoder/makefile
parent57d9617964efeb765bce12027b8b3f1fd39c7e86 (diff)
downloadlibpng-5feb87cd0edeb831722f4674334d1e90ca60bffd.tar.gz
[devel] Imported from libpng-1.5.0beta29.tarv1.5.0beta29
Diffstat (limited to 'contrib/pngminim/encoder/makefile')
-rw-r--r--contrib/pngminim/encoder/makefile3
1 files changed, 3 insertions, 0 deletions
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