mirror of
https://github.com/containers/podman.git
synced 2025-07-27 18:32:22 +08:00
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>
This commit is contained in:
1
Makefile
1
Makefile
@ -24,7 +24,6 @@ ifneq (,$(findstring varlink,$(BUILDTAGS)))
|
|||||||
PODMAN_VARLINK_DEPENDENCIES = cmd/podman/varlink/iopodman.go
|
PODMAN_VARLINK_DEPENDENCIES = cmd/podman/varlink/iopodman.go
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PYTHON ?= /usr/bin/python3
|
|
||||||
HAS_PYTHON3 := $(shell command -v python3 2>/dev/null)
|
HAS_PYTHON3 := $(shell command -v python3 2>/dev/null)
|
||||||
|
|
||||||
BASHINSTALLDIR=${PREFIX}/share/bash-completion/completions
|
BASHINSTALLDIR=${PREFIX}/share/bash-completion/completions
|
||||||
|
Reference in New Issue
Block a user