From 8de8104e6136e0c267a2c8fd99f7d8a923636f74 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 21 Feb 2013 07:06:39 +0100 Subject: [PATCH] Do not hardcode the python version. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2eccc69..0a2bd1d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ # This Makefile is only used by developers. -PYVER:=2.7 -PYTHON:=python$(PYVER) +PYTHON:=python VERSION:=$(shell $(PYTHON) setup.py --version) MAINTAINER:=$(shell $(PYTHON) setup.py --maintainer) AUTHOR:=$(shell $(PYTHON) setup.py --author)