[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Libvir] [PATCH] make qemud/'s rpcgen rules work
- From: Jim Meyering <jim meyering net>
- To: "Richard W.M. Jones" <rjones redhat com>
- Cc: Libvirt <libvir-list redhat com>
- Subject: Re: [Libvir] [PATCH] make qemud/'s rpcgen rules work
- Date: Wed, 27 Feb 2008 20:13:35 +0100
"Richard W.M. Jones" <rjones redhat com> wrote:
> On Wed, Feb 27, 2008 at 07:26:15PM +0100, Jim Meyering wrote:
>> I applied Rich's patch and found that qemud/remote_protocol.c
>> was not automatically rebuilt. Since the Makefile rule
>> is an implicit one using a non-default suffix (.x),
>> you have to tell make about the new suffix.
>> In straight make, you'd have to add ".SUFFIXES: .x"
>> but with automake, it is recommended to use the SUFFIXES variable:
>>
>> Make qemud/'s rpcgen rules work.
>> * qemud/Makefile.am (SUFFIXES): Define to .x before implicit rule.
...
> +1.
Thanks. Committed.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]