From 04c473a7e8970f56337617e3574e0ed9351a174b Mon Sep 17 00:00:00 2001 From: Tyler Hughes Date: Tue, 20 Jun 2023 17:53:55 +0000 Subject: Fix verbosity regression --- core/deps.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/deps.mk b/core/deps.mk index 21281ec..99f9ed1 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -839,7 +839,7 @@ endif .PHONY: autopatch-$(call dep_name,$1) autopatch-$(call dep_name,$1):: - if [ "$1" = "elixir" -a "$(ELIXIR_PATCH)" ]; then \ + $(verbose) if [ "$1" = "elixir" -a "$(ELIXIR_PATCH)" ]; then \ ln -s lib/elixir/ebin $(DEPS_DIR)/elixir/; \ else \ $$(call dep_autopatch,$(call dep_name,$1)) \ -- cgit v1.2.3