mirror of https://github.com/containers/podman.git
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:
parent
da42c60307
commit
af6d86dcdf
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
|
||||||
|
|
Loading…
Reference in New Issue