
27 Feb
2008
27 Feb
'08
2:13 p.m.
"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.