[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1

Hilko Bengen bengen at hilluzination.de
Sat Jun 1 11:04:32 UTC 2013


The following commit has been merged in the experimental branch:
commit 13fba490cdbcea2371ca11593767087dbf0c21c3
Author: Hilko Bengen <bengen at hilluzination.de>
Date:   Wed May 1 23:15:48 2013 +0200

    Fix rpcgen call for separated builds.

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
 

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list