summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-02-16 14:15:33 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-11 13:02:27 -0400
commit7f6e7623c68113ee0fea05c0bdeb548de6a82e09 (patch)
treeb4211efdb83077605043ad2babb64ed7b3b0c501 /build-aux
parenta65c75d6ec6f02810914094251a77b3528f8b4e9 (diff)
Makefile: libretools.pots might contain whitespace
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/Makefile.each.tail/20-libretools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/Makefile.each.tail/20-libretools.mk b/build-aux/Makefile.each.tail/20-libretools.mk
index 1a6dc82..49e8fb8 100644
--- a/build-aux/Makefile.each.tail/20-libretools.mk
+++ b/build-aux/Makefile.each.tail/20-libretools.mk
@@ -22,7 +22,7 @@ endif
# Connect with `files` module ########################################
files.src.gen += $(libretools.src.devtools)
files.out.all += $(filter-out $(files.src),$(libretools.out)) \
- $(if $(libretools.pots),everything.pot)
+ $(if $(strip $(libretools.pots)),everything.pot)
files.sys.all += $(addprefix $(bindir)/,$(libretools.out.bins)) \
$(addprefix $(pkgconfdir)/,$(libretools.out.confs)) \
$(addprefix $(pkglibexecdir)/,$(libretools.out.libexecs) $(libretools.out.libs)) \