summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.once.head/10-files.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-02-03 02:47:24 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-02-03 02:47:24 -0500
commiteaf336a9265399520e3cf71d4979446b98bdf48d (patch)
tree24b430b71088a290ae3a50c7d4e2b195d30aaf12 /build-aux/Makefile.once.head/10-files.mk
parent16e8d3b92b5e35a5eaee40a7b7fc0279c342886a (diff)
mod: files: handling of directories for the clean rule
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 564f9d6..55c41cb 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'