bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile 1.6.0 - newbie build error -


From: Marius Vollmer
Subject: Re: guile 1.6.0 - newbie build error -
Date: 15 Oct 2002 00:57:45 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Christof Boeckler <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]