Makefile: use ' ', not non-existing $(wspfx_SQ)
commit05b8b82542ac9e2e17312eac263728d88c9b3d97
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 19 Mar 2022 00:27:59 +0000 (19 01:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Mar 2022 16:03:45 +0000 (21 09:03 -0700)
tree35af192e3281df75e86aec19e5759c1be91df2c0
parent0b6d0bc9246b006ed3c241d4faace132998162d9
Makefile: use ' ', not non-existing $(wspfx_SQ)

Change the use of a non-existing variable added in my
0b6d0bc9246 (Makefiles: add and use wildcard "mkdir -p" template,
2022-03-03) to use the hardcoded whitespace padding for "QUIET" rules
instead. The wspfx_SQ was left from an earlier (rebased out) commit
preceding 0b6d0bc9246[1].

1. https://lore.kernel.org/git/patch-v4-8.9-3733b0c8df1-20220302T124320Z-avarab@gmail.com/

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
shared.mak