changeset 18685:13787b077df4

lib-fts: Makefile compiling dependency fix
author Timo Sirainen <tss@iki.fi>
date Wed, 13 May 2015 20:47:35 +0300
parents ce1aa9c639ab
children 041b6b9921c5
files src/lib-fts/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: