We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b850046 commit 065c9abCopy full SHA for 065c9ab
mk/prepare.mk
@@ -30,7 +30,7 @@ DEFAULT_PREPARE_MAN_CMD = install -m644
30
# Create a directory
31
# $(1) is the directory
32
define PREPARE_DIR
33
- @$(Q)$(call E, prepare: $(1))
+ @$(call E, prepare: $(1))
34
$(Q)$(PREPARE_DIR_CMD) $(1)
35
endef
36
0 commit comments