From 7f6e7623c68113ee0fea05c0bdeb548de6a82e09 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 16 Feb 2017 14:15:33 -0500 Subject: Makefile: libretools.pots might contain whitespace --- build-aux/Makefile.each.tail/20-libretools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/Makefile.each.tail/20-libretools.mk') 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)) \ -- cgit v1.2.3-54-g00ecf