summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.once.head/10-files.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-06 21:56:36 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-06 21:56:36 -0400
commite2ffd6fc5c60b55fa18eb338a55fd944db57080a (patch)
treeed9682d945f24e30a55ac5dd15392e92f7097071 /build-aux/Makefile.once.head/10-files.mk
parent8b3a6039faff5b2df79626172fcb1df816e3e9a6 (diff)
parenteaf336a9265399520e3cf71d4979446b98bdf48d (diff)
Merge remote-tracking branch 'r-autothing/v3/master' into notsystemd/master
Diffstat (limited to 'build-aux/Makefile.once.head/10-files.mk')
-rw-r--r--build-aux/Makefile.once.head/10-files.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/Makefile.once.head/10-files.mk b/build-aux/Makefile.once.head/10-files.mk
index 564f9d634f..55c41cb9b9 100644
--- a/build-aux/Makefile.once.head/10-files.mk
+++ b/build-aux/Makefile.once.head/10-files.mk
@@ -92,7 +92,7 @@ TRUE ?= true
# Utility functions
-_files.XARGS = $(if $(strip $2),$1 $(strip $2))
+_files.XARGS = $(if $(strip $2),$(subst {},$(strip $2),$1))
_files.maintainer-clean-warning:
@echo 'This command is intended for maintainers to use; it'