Skip to content

Commit

Permalink
Fix verbosity regression
Browse files Browse the repository at this point in the history
  • Loading branch information
artman41 authored and essen committed Jun 21, 2023
1 parent e1e3d15 commit 04c473a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)) \
Expand Down

0 comments on commit 04c473a

Please sign in to comment.