Hello,

Sorry, I messed this up.  The last lines of the Makefile should not be
as I wrote:

   %:
        @echo target \"$@\" is $(if $(call absolute,$@),absolute,relative)

but, instead:

   %:
        @echo target \"$@\" is $(if $(call relative,$@),relative,absolute)

T.




_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to