dovecot-2.1: Makefile: Added UnicodeData.txt dependency to unico...

dovecot at dovecot.org dovecot at dovecot.org
Thu Jan 26 16:37:54 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/b2a2036bad3a
changeset: 13997:b2a2036bad3a
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jan 26 15:41:23 2012 +0200
description:
Makefile: Added UnicodeData.txt dependency to unicodemap.c.

diffstat:

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

diffs (15 lines):

diff -r de09157961d6 -r b2a2036bad3a src/lib/Makefile.am
--- a/src/lib/Makefile.am	Thu Jan 26 00:44:41 2012 +0200
+++ b/src/lib/Makefile.am	Thu Jan 26 15:41:23 2012 +0200
@@ -4,8 +4,10 @@
 
 EXTRA_DIST = unicodemap.c unicodemap.pl UnicodeData.txt
 
-$(srcdir)/unicodemap.c: unicodemap.pl
+UnicodeData.txt:
 	test -f UnicodeData.txt || wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
+
+$(srcdir)/unicodemap.c: unicodemap.pl UnicodeData.txt
 	perl $(srcdir)/unicodemap.pl < UnicodeData.txt > $@
 
 liblib_la_SOURCES = \


More information about the dovecot-cvs mailing list