From: Timo Sirainen Date: Wed, 13 May 2015 17:47:35 +0000 (+0300) Subject: lib-fts: Makefile compiling dependency fix X-Git-Tag: 2.2.18~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9495c944b49d71e8235c772c2dc035fdab282cd;p=thirdparty%2Fdovecot%2Fcore.git lib-fts: Makefile compiling dependency fix --- diff --git a/src/lib-fts/Makefile.am b/src/lib-fts/Makefile.am index 78b85c725e..dba2ee7ca0 100644 --- a/src/lib-fts/Makefile.am +++ b/src/lib-fts/Makefile.am @@ -28,7 +28,7 @@ EXTRA_DIST = \ 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: