diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-03 02:47:24 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-03 02:47:24 -0500 |
commit | eaf336a9265399520e3cf71d4979446b98bdf48d (patch) | |
tree | 24b430b71088a290ae3a50c7d4e2b195d30aaf12 /build-aux/Makefile.once.head/10-files.mk | |
parent | 16e8d3b92b5e35a5eaee40a7b7fc0279c342886a (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.mk | 2 |
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' |