[PATCH v3] libiberty: cleanup Makefile.in

Ian Lance Taylor iant@google.com
Thu May 28 17:07:00 GMT 2015


On Thu, May 28, 2015 at 1:57 AM, Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com> wrote:
>
> +stamp-pic-ofiles: $(CFILES:%=$(srcdir)/%)

To the best of my knowledge, in POSIX make variable substitutions of
this form do not recognize % specially.  In POSIX make this kind of
substitution can only be used to change the file extension.  Also,
POSIX make does not permit a variable expansion in the right hand side
of the substitution.

Ian



More information about the Gcc-patches mailing list