summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.once.head/00-quote.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-30 19:27:23 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-30 19:27:23 -0400
commit9384e763b00774603208b3d44977ed0e6762a09a (patch)
treefd8276bc961ccb91434bc2fee08c45cfb08a0961 /build-aux/Makefile.once.head/00-quote.mk
parent95d18493a5d3399993053b94cb1fc4542699f884 (diff)
(systemd) at: mod: don't call on .doc
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)