dovecot-2.0: unicodemap.c now gets recreated if unicodemap.pl ch...

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 5 23:55:41 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/4d7c7f4b8ab6
changeset: 9968:4d7c7f4b8ab6
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 05 16:55:31 2009 -0400
description:
unicodemap.c now gets recreated if unicodemap.pl changes.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib/Makefile.am |    2 +-

diffs (12 lines):

diff -r 0af777d3e34a -r 4d7c7f4b8ab6 src/lib/Makefile.am
--- a/src/lib/Makefile.am	Mon Oct 05 16:54:53 2009 -0400
+++ b/src/lib/Makefile.am	Mon Oct 05 16:55:31 2009 -0400
@@ -4,7 +4,7 @@ BUILT_SOURCES = unicodemap.c
 
 EXTRA_DIST = unicodemap.c unicodemap.pl
 
-$(srcdir)/unicodemap.c:
+$(srcdir)/unicodemap.c: unicodemap.pl
 	test -f UnicodeData.txt || wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
 	perl $(srcdir)/unicodemap.pl < UnicodeData.txt > $@
 


More information about the dovecot-cvs mailing list