Jim Meyering
2009-Nov-26 11:17 UTC
[Libguestfs] [PATCH 2/2] daemon: Link guestfs_protocol.[ch] into the daemon directory.
I haven't received this yet, but read from the archive: https://www.redhat.com/archives/libguestfs/2009-November/msg00268.html The only suspicious part is the trailing ".c" on the command below: +$(libsrcdir)/guestfs_protocol.c: force + $(MAKE) -C $(libsrcdir) guestfs_protocol.c +$(libsrcdir)/guestfs_protocol.h: force + $(MAKE) -C $(libsrcdir) guestfs_protocol.c Shouldn't that be .h?
Richard W.M. Jones
2009-Nov-26 11:24 UTC
[Libguestfs] Re: [PATCH 2/2] daemon: Link guestfs_protocol.[ch] into the daemon directory.
On Thu, Nov 26, 2009 at 12:17:45PM +0100, Jim Meyering wrote:> I haven't received this yet, but read from the archive: > > https://www.redhat.com/archives/libguestfs/2009-November/msg00268.html > > The only suspicious part is the trailing ".c" on the command below: > > +$(libsrcdir)/guestfs_protocol.c: force > + $(MAKE) -C $(libsrcdir) guestfs_protocol.c > +$(libsrcdir)/guestfs_protocol.h: force > + $(MAKE) -C $(libsrcdir) guestfs_protocol.c > > Shouldn't that be .h?Yes it should. I'll fix this mistake before pushing it. Thanks for looking at these. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://et.redhat.com/~rjones/libguestfs/ See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html