From dee6cfa6f24ad3e8bf83df6dc594038193d069bf Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 17 May 2010 22:58:51 +0200 Subject: make: replace literal python with $(PYTHON) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9cc822a1..5a86d371 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ uninstall: compile: clean @echo 'Compiling...' - PYTHONOPTIMIZE=$(PYOPTIMIZE) python -m compileall -q ranger + PYTHONOPTIMIZE=$(PYOPTIMIZE) $(PYTHON) -m compileall -q ranger clean: @echo 'Cleaning...' -- cgit 1.4.1-2-gfad0