Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shared.mak')
-rw-r--r--shared.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared.mak b/shared.mak
index 4e1b62ee99..50d4596f0d 100644
--- a/shared.mak
+++ b/shared.mak
@@ -53,7 +53,7 @@ ifndef V
QUIET = @
QUIET_GEN = @echo ' ' GEN $@;
- QUIET_MKDIR_P_PARENT = @echo $(wspfx_SQ) MKDIR -p $(@D);
+ QUIET_MKDIR_P_PARENT = @echo ' ' MKDIR -p $(@D);
## Used in "Makefile"
QUIET_CC = @echo ' ' CC $@;