summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2018-05-21 11:17:10 -0700
committerW. Trevor King <wking@tremily.us>2018-09-13 22:15:22 -0700
commitaf6d86dcdf5fbe3b7e2e673c9ae4ce80fb603a1b (patch)
treee1dc3d532e4324cb87f74d04afbe78662dd58039 /Makefile
parentda42c60307addba1a4cef609c339891028ca450d (diff)
downloadpodman-af6d86dcdf5fbe3b7e2e673c9ae4ce80fb603a1b.tar.gz
podman-af6d86dcdf5fbe3b7e2e673c9ae4ce80fb603a1b.tar.bz2
podman-af6d86dcdf5fbe3b7e2e673c9ae4ce80fb603a1b.zip
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 <wking@tremily.us>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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