From af6d86dcdf5fbe3b7e2e673c9ae4ce80fb603a1b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 21 May 2018 11:17:10 -0700 Subject: Makefile: Drop PYTHON This line landed in 8493dba2 (Initial varlink implementation, 2018-03-26, #627), but this Makefile has never consumed that variable. Signed-off-by: W. Trevor King --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 29884d824..c49233b36 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,6 @@ ifneq (,$(findstring varlink,$(BUILDTAGS))) PODMAN_VARLINK_DEPENDENCIES = cmd/podman/varlink/iopodman.go endif -PYTHON ?= /usr/bin/python3 HAS_PYTHON3 := $(shell command -v python3 2>/dev/null) BASHINSTALLDIR=${PREFIX}/share/bash-completion/completions -- cgit v1.2.3-54-g00ecf