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

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 5 23:56:14 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/df0f95353fdd
changeset: 9411:df0f95353fdd
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 05 16:56:09 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 ae29ecea8d06 -r df0f95353fdd src/lib/Makefile.am
--- a/src/lib/Makefile.am	Mon Oct 05 16:53:09 2009 -0400
+++ b/src/lib/Makefile.am	Mon Oct 05 16:56:09 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