[Libvir] [PATCH] make qemud/'s rpcgen rules work

Jim Meyering jim at meyering.net
Wed Feb 27 19:13:35 UTC 2008


"Richard W.M. Jones" <rjones at 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.




More information about the libvir-list mailing list