diff options
author | W. Trevor King <wking@tremily.us> | 2018-05-21 11:17:10 -0700 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2018-09-13 22:15:22 -0700 |
commit | af6d86dcdf5fbe3b7e2e673c9ae4ce80fb603a1b (patch) | |
tree | e1dc3d532e4324cb87f74d04afbe78662dd58039 /Makefile | |
parent | da42c60307addba1a4cef609c339891028ca450d (diff) | |
download | podman-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |