[Libguestfs] [PATCH 2/2] Fix rpcgen call for separated builds.

Hilko Bengen bengen at hilluzination.de
Wed May 1 21:19:47 UTC 2013


---
 src/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 1aa028f..57cdf34 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -198,14 +198,14 @@ endif
 
 guestfs_protocol.c: guestfs_protocol.x
 	rm -f $@-t $@-t2
-	$(RPCGEN) $(RPCGEN_DEFS) -c -o $@-t $(srcdir)/$<
+	$(RPCGEN) $(RPCGEN_DEFS) -c -o $@-t $<
 	sed 's,\.\./\(\.\./\)*src,.,' < $@-t > $@-t2
 	rm $@-t
 	mv $@-t2 $@
 
 guestfs_protocol.h: guestfs_protocol.x
 	rm -f $@-t
-	$(RPCGEN) $(RPCGEN_DEFS) -h -o $@-t $(srcdir)/$<
+	$(RPCGEN) $(RPCGEN_DEFS) -h -o $@-t $<
 	mv $@-t $@
 endif
 
-- 
1.7.10.4




More information about the Libguestfs mailing list