bug-autoconf
[Top][All Lists]
Advanced

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

Re: Using $< in a non-suffix rule context is a GNUmake idiom (line 484 o


From: Stepan Kasal
Subject: Re: Using $< in a non-suffix rule context is a GNUmake idiom (line 484 of Makefile)
Date: Thu, 10 Nov 2005 10:20:58 +0100
User-agent: Mutt/1.4.1i

Hello,

On Fri, Nov 04, 2005 at 05:59:55PM +0100, devnullius @gmail wrote:
> ---> Question: how can I install this (diff?)-file?

unfortunatelly, the archive has malformed the diff, so it's not usable.

But the change is trivial: "$<" is replaced by "address@hidden" in 
bin/Makefile.am.
You can make it by hand.

If you _then_ make the same change in bin/Makefile.in, you won't have to
run Automake to regenerate it.

> ----> Question: if I do not have nor want to install CVS, how can I patch my
> system then?

If you checkout a CVS tree, you can use cvs di then.
The following command would extract the patch from it:
        cvs di -r1.17 -r1.18 bin/Makefile.am >../autoconf-make.patch
But it's too complicated for this simple change.

Hope this solves your problem,
        Stepan Kasal





reply via email to

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