Re: [libvirt] [PATCH] esx: Use $(PYTHON) instead of the shebang to run the generator

2011-08-24 Thread Matthias Bolte
2011/8/23 Eric Blake ebl...@redhat.com: On 08/23/2011 03:42 PM, Matthias Bolte wrote: ---  src/Makefile.am |    5 +++--  1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 8fe7120..5ba189c 100644 --- a/src/Makefile.am +++

[libvirt] [PATCH] esx: Use $(PYTHON) instead of the shebang to run the generator

2011-08-23 Thread Matthias Bolte
--- src/Makefile.am |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 8fe7120..5ba189c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -812,8 +812,9 @@ endif BUILT_SOURCES += $(ESX_DRIVER_GENERATED)

Re: [libvirt] [PATCH] esx: Use $(PYTHON) instead of the shebang to run the generator

2011-08-23 Thread Eric Blake
On 08/23/2011 03:42 PM, Matthias Bolte wrote: --- src/Makefile.am |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 8fe7120..5ba189c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -812,8 +812,9 @@ endif BUILT_SOURCES