Christof Boeckler <[EMAIL PROTECTED]> writes:

> On Solaris 8 I had the following error while executing 'make' (configure
> was successful):

It looks like Sun's make does not understand the "$<" construct, which
I find really strange as the man page of make mentions it
(mysteriously).  It might be that it only supports "$<" in pattern
rules, tho.

> Can anyone help, I suppose this is a little bug. Any comments welcome,
> especially to me directly, because I don't read the list regularly.

A fix is to replace the rule with

guile-procedures.txt: guile-procedures.texi
        rm -f $@
        makeinfo --force -o $@ guile-procedures.texi || test -f $@

I have done so in CVS already.

Thanks for the report!

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to