1 Assumes GNU cp is in path; a bug should be filed upstream to not use
2 GNU-specific flags or configure should detect GNU cp and require it.
4 Patch itself is not appropriate for upstream.
8 --- p11-kit-0.23.1/build/gtk-doc.make 2014-11-12 02:58:50.000000000 -0800
9 +++ p11-kit-0.23.1/build/gtk-doc.make 2015-05-27 14:23:15.544773257 -0700
11 if test "x$$files" != "x" ; then \
12 for file in $$files ; do \
13 test -f $(abs_srcdir)/$$file && \
14 - cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \
15 + gcp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \