From 82200daec2a6ba977ca509d9602bfc38bb20b944 Mon Sep 17 00:00:00 2001 From: Cosmin Truta Date: Sat, 22 Mar 2014 09:29:59 -0500 Subject: [libpng16] $(CP) is now used alongside $(RM_F). Also, use 'copy' instead of 'cp' where applicable, and applied other minor makefile changes. --- scripts/makefile.hpgcc | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/makefile.hpgcc') 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 -- cgit v1.2.1