Re: [PATCH] cld: use portable Makefile rules for rpcgen files
Jeff Garzik <[email protected]>
| Newsgroups | org.kernel.vger.hail-devel |
|---|---|
| Message-ID | <[email protected]> |
On 02/08/2010 07:26 PM, Colin McCabe wrote: > Signed-off-by: Colin McCabe<[email protected]> > --- > lib/Makefile.am | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/Makefile.am b/lib/Makefile.am > index d3f1a5d..75b7233 100644 > --- a/lib/Makefile.am > +++ b/lib/Makefile.am > @@ -10,10 +10,10 @@ INCLUDES = -I$(top_srcdir)/include \ > mostlyclean-local: > rm -f *_rpc.h *_rpc_xdr.c > > -%_rpc.h: %_rpc.x > +cld_msg_rpc.h: $(srcdir)/cld_msg_rpc.x > rpcgen -h $< > $@ > > -%_rpc_xdr.c: %_rpc.x > +cld_msg_rpc_xdr.c: $(srcdir)/cld_msg_rpc.x > rpcgen -c $< | grep -v 'register int32_t.*buf'> $@ applied