Re: Does this work on BSD too?
Jeff Garzik <[email protected]>
| Newsgroups | org.kernel.vger.hail-devel |
|---|---|
| Message-ID | <[email protected]> |
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 Solaris if not BSD too. Jeff