aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-03-30 18:01:11 -0700
committerJunio C Hamano <gitster@pobox.com>2022-03-30 18:01:11 -0700
commit83791bc52b8e8e0c8e82f11e70af607eeffecf75 (patch)
treed0efdaf30cc6dc2f86376165cf66ffef5bcf0a5b
parent6d51217467afe5303349cb5c57b6b131201f73f3 (diff)
parent05b8b82542ac9e2e17312eac263728d88c9b3d97 (diff)
downloadgit-83791bc52b8e8e0c8e82f11e70af607eeffecf75.tar.gz
Merge branch 'ab/make-optim-noop'
A micro fix to a topic earlier merged to 'master' * ab/make-optim-noop: Makefile: use ' ', not non-existing $(wspfx_SQ)
-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 $@;