diff --git a/scripts/common.Makefile b/scripts/common.Makefile index c54be7cf..6781b628 100644 --- a/scripts/common.Makefile +++ b/scripts/common.Makefile @@ -233,13 +233,13 @@ clean-default: .check_clean ## Cleans all outputs ifeq ($(shell test -f j2cli_customization.py && echo -n yes),yes) define jinja - $(REPO_BASE_DIR)/.venv/bin/j2 --format=env $(1) .env -o $(2) --customize j2cli_customization.py + .venv/bin/j2 --format=env $(1) .env -o $(2) --customize j2cli_customization.py endef else define jinja - $(REPO_BASE_DIR)/.venv/bin/j2 --format=env $(1) .env -o $(2) + .venv/bin/j2 --format=env $(1) .env -o $(2) endef endif