From 5e2b161379420acd39e0474bb7f59545df7e1f3a Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 29 Mar 2020 16:46:07 +0200 Subject: Makefile: marginal fix Signed-off-by: Markus Heiser --- utils/makefile.python | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/makefile.python') diff --git a/utils/makefile.python b/utils/makefile.python index 1660468f5..fddcb223f 100644 --- a/utils/makefile.python +++ b/utils/makefile.python @@ -12,9 +12,9 @@ PYDIST = ./$(LXC_ENV_FOLDER)dist # folder where the python intermediate build files take place PYBUILD = ./$(LXC_ENV_FOLDER)build # python version to use -PY ?=3 -PYTHON ?= python$(PY) -PIP ?= pip$(PY) +PY =3 +PYTHON = python$(PY) +PIP = pip$(PY) PIP_INST ?= --user # https://www.python.org/dev/peps/pep-0508/#extras -- cgit v1.2.3