summaryrefslogtreecommitdiff
path: root/scripts/makefile.hpgcc
diff options
context:
space:
mode:
authorCosmin Truta <ctruta@gmail.com>2014-03-22 09:29:59 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2014-03-22 09:29:59 -0500
commit82200daec2a6ba977ca509d9602bfc38bb20b944 (patch)
tree71fb217db137d25d686ad438f51bef6ca44c6b69 /scripts/makefile.hpgcc
parent6572c7dab5879704559bdd679719c9aa8fa22f81 (diff)
downloadlibpng-82200daec2a6ba977ca509d9602bfc38bb20b944.tar.gz
[libpng16] $(CP) is now used alongside $(RM_F). Also, use 'copy' instead
of 'cp' where applicable, and applied other minor makefile changes.
Diffstat (limited to 'scripts/makefile.hpgcc')
-rw-r--r--scripts/makefile.hpgcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/makefile.hpgcc b/scripts/makefile.hpgcc
index 67d8f42a6..5c8791b13 100644
--- a/scripts/makefile.hpgcc
+++ b/scripts/makefile.hpgcc
@@ -25,6 +25,7 @@ AR_RC=ar rc
MKDIR_P=mkdir -p
LN_SF=ln -sf
RANLIB=ranlib
+CP=cp
RM_F=/bin/rm -f
# where "make install" puts libpng.a, $(OLDSO)*, png.h, pngconf.h