commit | ff649a071094284ea012a32defd826ff6ea4f4b9 | [log] [tgz] |
---|---|---|
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Thu Aug 07 19:51:35 2014 -0500 |
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Thu Aug 07 19:51:35 2014 -0500 |
tree | 208a1563f7a9b46719c21dd3ce5582be073ac633 | |
parent | 389e5cbabf4b0a1427402ba8033e84f84d8bbce9 [diff] [blame] |
[libpng16] Eliminated use of "$<" when copying $PNGLIBCONF_H_PREBUILT in makefiles. This does not work on some versions of make; bug introduced in libpng version 1.6.11.
diff --git a/scripts/makefile.bor b/scripts/makefile.bor index c4eed60..a01f738 100644 --- a/scripts/makefile.bor +++ b/scripts/makefile.bor
@@ -117,7 +117,7 @@ # try !include scripts\pnglibconf.mak for more options pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng: $(LIBNAME)