summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.once.head/00-quote.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/Makefile.once.head/00-quote.mk')
-rw-r--r--build-aux/Makefile.once.head/00-quote.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/Makefile.once.head/00-quote.mk b/build-aux/Makefile.once.head/00-quote.mk
index 4c954b1..94bc943 100644
--- a/build-aux/Makefile.once.head/00-quote.mk
+++ b/build-aux/Makefile.once.head/00-quote.mk
@@ -32,6 +32,7 @@ define mod.quote.doc
# whitespace), while `quote.shell` keeps them as one string (preserving
# whitespace).
endef
+mod.quote.doc := $(value mod.quote.doc)
_quote.backslash = $(if $1,$(call _quote.backslash,$(wordlist 2,$(words $1),$1),$(subst $(firstword $1),\$(firstword $1),$2)),$2)