changeset 9411:df0f95353fdd HEAD

unicodemap.c now gets recreated if unicodemap.pl changes.
author Timo Sirainen <tss@iki.fi>
date Mon, 05 Oct 2009 16:56:09 -0400
parents ae29ecea8d06
children 4d715af3d1e6
files src/lib/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 
 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 > $@