]> git.proxmox.com Git - qemu.git/commit
hw/i386/Makefile.obj: use $(PYTHON) to run .py scripts consistently
authorMichael Tokarev <mjt@tls.msk.ru>
Sat, 16 Nov 2013 10:09:14 +0000 (14:09 +0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 16 Nov 2013 20:30:14 +0000 (00:30 +0400)
commit0478f37ce258438d74164dd182b0ae125f174ec6
treef990cb571856b917fb9e55cc5b55c4d3a40cc0b2
parent52510f8b2c0486e6c2743b1d069b3584ef4524da
hw/i386/Makefile.obj: use $(PYTHON) to run .py scripts consistently

$(PYTHON) is a Make variable which is set by configure.
In all other places over the tree, .py files are run from
Makefiles using this variable, except of a single leftover
in hw/i386/Makefile.obj (and a nearby place in there uses
$(PYTHON) correctly).  Fix this leftover too.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Cc: Luigi Rizzo <rizzo@iet.unipi.it>
Reviewed-by:: Stefan Weil <sw@weilnetz.de>
hw/i386/Makefile.objs