]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
unicodemap.c now gets recreated if unicodemap.pl changes.
authorTimo Sirainen <tss@iki.fi>
Mon, 5 Oct 2009 20:55:31 +0000 (16:55 -0400)
committerTimo Sirainen <tss@iki.fi>
Mon, 5 Oct 2009 20:55:31 +0000 (16:55 -0400)
--HG--
branch : HEAD

src/lib/Makefile.am

index 4068bb9481ff5e1379a82f4b4795538ea9387262..8c724fb3251874cfea16f28a1da2778c850b428e 100644 (file)
@@ -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 > $@