Skip to content

Commit 065c9ab

Browse files
committed
No need to double-silence
1 parent b850046 commit 065c9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/prepare.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DEFAULT_PREPARE_MAN_CMD = install -m644
3030
# Create a directory
3131
# $(1) is the directory
3232
define PREPARE_DIR
33-
@$(Q)$(call E, prepare: $(1))
33+
@$(call E, prepare: $(1))
3434
$(Q)$(PREPARE_DIR_CMD) $(1)
3535
endef
3636

0 commit comments

Comments
 (0)