Mercurial > public > mercurial-scm > hg
changeset 52937:3244c25d25e3
makefile: fix install-bin and install-bin-home targets
author | paugier <pierre.augier@univ-grenoble-alpes.fr> |
---|---|
date | Tue, 04 Feb 2025 17:47:04 +0100 |
parents | 85703516efdd |
children | 1a0bc9fdbd59 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Feb 17 12:36:03 2025 +0100 +++ b/Makefile Tue Feb 04 17:47:04 2025 +0100 @@ -105,7 +105,7 @@ .PHONY: install-bin install-bin: - $(PYTHON) -m pip install --prefix="$(PREFIX)" --force -v --config-settings --global-option="$(PURE)" + $(PYTHON) -m pip install . --prefix="$(PREFIX)" --force -v --config-settings --global-option="$(PURE)" .PHONY: install-chg install-chg: build-chg @@ -120,7 +120,7 @@ .PHONY: install-home-bin install-home-bin: - $(PYTHON) -m pip install --user --force -v --config-settings --global-option="$(PURE)" + $(PYTHON) -m pip install . --user --force -v --config-settings --global-option="$(PURE)" .PHONY: install-home-doc install-home-doc: doc