Does this work on BSD too?

2010-02-08 Thread Pete Zaitcev
When I run autogen.sh, this message is printed: lib/Makefile.am:13: `%'-style pattern rules are a GNU make extension It's because of this: %_rpc.h: %_rpc.x rpcgen -h $ $@ Is the above a concern? -- Pete -- To unsubscribe from this list: send the line unsubscribe hail-devel in the

Re: Does this work on BSD too?

2010-02-08 Thread Jeff Garzik
On 02/08/2010 08:49 PM, Pete Zaitcev wrote: When I run autogen.sh, this message is printed: lib/Makefile.am:13: `%'-style pattern rules are a GNU make extension It's because of this: %_rpc.h: %_rpc.x rpcgen -h $$@ Is the above a concern? It is likely a concern, yes. For