aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-06-23 11:13:29 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-06-23 11:13:29 +0100
commit717626c9a57d0625306abf65b2d50bbd1eae273e (patch)
tree334fd08397b0407327a713f2e4604874305179b5 /tools/python/Makefile
parent9e0883cae65aed8c737d9f67e0cdc98e765ae586 (diff)
downloadxen-717626c9a57d0625306abf65b2d50bbd1eae273e.tar.gz
xen-717626c9a57d0625306abf65b2d50bbd1eae273e.tar.bz2
xen-717626c9a57d0625306abf65b2d50bbd1eae273e.zip
tools: consistently use $(PYTHON)
Signed-off-by: Christoph Egger <Christoph. Egger@amd.com>
Diffstat (limited to 'tools/python/Makefile')
-rw-r--r--tools/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/Makefile b/tools/python/Makefile
index 295bd36ec8..d5037ae2f5 100644
--- a/tools/python/Makefile
+++ b/tools/python/Makefile
@@ -87,7 +87,7 @@ install-messages: all
.PHONY: test
test:
- export LD_LIBRARY_PATH=$$(readlink -f ../libxc):$$(readlink -f ../xenstore); python test.py -b -u
+ export LD_LIBRARY_PATH=$$(readlink -f ../libxc):$$(readlink -f ../xenstore); $(PYTHON) test.py -b -u
.PHONY: clean
clean: