dovecot-2.2: lib-fts: Makefile compiling dependency fix

dovecot at dovecot.org dovecot at dovecot.org
Wed May 13 18:37:55 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/13787b077df4
changeset: 18685:13787b077df4
user:      Timo Sirainen <tss at iki.fi>
date:      Wed May 13 20:47:35 2015 +0300
description:
lib-fts: Makefile compiling dependency fix

diffstat:

 src/lib-fts/Makefile.am |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ce1aa9c639ab -r 13787b077df4 src/lib-fts/Makefile.am
--- a/src/lib-fts/Makefile.am	Wed May 13 19:45:11 2015 +0300
+++ b/src/lib-fts/Makefile.am	Wed May 13 20:47:35 2015 +0300
@@ -28,7 +28,7 @@
 
 WordBreakProperty.txt:
 	test -f WordBreakProperty.txt || wget http://www.unicode.org/Public/UNIDATA/auxiliary/WordBreakProperty.txt
-$(srcdir)/word-boundary-data.c: word-properties.pl PropList.txt
+$(srcdir)/word-boundary-data.c: word-properties.pl WordBreakProperty.txt
 	perl word-properties.pl boundaries WordBreakProperty.txt > $@.tmp && mv $@.tmp $@
 
 PropList.txt:


More information about the dovecot-cvs mailing list