]> xenbits.xensource.com Git - libvirt.git/commitdiff
unbreak `make rpcgen'
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Oct 2009 18:18:29 +0000 (20:18 +0200)
committerChris Lalancette <clalance@redhat.com>
Fri, 2 Oct 2009 09:58:42 +0000 (11:58 +0200)
Fix "make rpcgen", broken by the directory reorganization.

* src/Makefile.am (rpcgen): Fix path to rpcgen_fix.pl.

src/Makefile.am

index de7765cd1c08fd28d2cf39215f9c0db2f700aaea..f3d4559c34d2c83f65ff85e8dca5510c8e50a3cb 100644 (file)
@@ -332,8 +332,8 @@ rpcgen:
        $(RPCGEN) -h -o rp.h-t $(srcdir)/remote/remote_protocol.x
        $(RPCGEN) -c -o rp.c-t $(srcdir)/remote/remote_protocol.x
 if HAVE_GLIBC_RPCGEN
-       perl -w $(srcdir)/rpcgen_fix.pl rp.h-t > rp.h-t1
-       perl -w $(srcdir)/rpcgen_fix.pl rp.c-t > rp.c-t1
+       perl -w $(srcdir)/remote/rpcgen_fix.pl rp.h-t > rp.h-t1
+       perl -w $(srcdir)/remote/rpcgen_fix.pl rp.c-t > rp.c-t1
        (echo '#include <config.h>'; cat rp.c-t1) > rp.c-t2
        chmod 0444 rp.c-t2 rp.h-t1
        mv -f rp.h-t1 $(srcdir)/remote/remote_protocol.h