]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: use same perl binary throughout build
authorEric Blake <eblake@redhat.com>
Tue, 29 May 2012 21:57:31 +0000 (15:57 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 30 May 2012 15:33:55 +0000 (09:33 -0600)
commit13af87f23c0eda66ed25b3723b6313db2e39ddb4
treefe0c3c9f760f0e77b3e20c70f499eb9ef17a1050
parentfb59cf7a5824b9c876737dcbf6aac97c29b1444a
build: use same perl binary throughout build

Some of our rules used $(PERL), while others used 'perl'.  Always
using the variable allows a developer to point to a different (often
better) perl than the default one found on $PATH.

* daemon/Makefile.am ($(srcdir)/remote_dispatch.h): s/perl/$(PERL).
* src/Makefile.am ($(srcdir)/remote/remote_client_bodies.h)
(PDWTAGS, %protocol.c, %_probes.stp): Likewise.
daemon/Makefile.am
src/Makefile.am