From: handa Date: Thu, 2 Sep 2010 07:02:41 +0000 (+0000) Subject: (%.tab): Don't build BLOCK.tab. X-Git-Tag: REL-1-6-2~33 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-db.git;a=commitdiff_plain;h=e8d868442c8d93812a2c2f7d5f78071cca83604c (%.tab): Don't build BLOCK.tab. --- diff --git a/Makefile.am b/Makefile.am index 5e78c91..c261f54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -278,8 +278,10 @@ LINEBREAK.tab: UNIDATA/LineBreak.txt LINEBREAK.awk @$(AWK) -f LINEBREAK.awk $< >> $@ %.tab: UNIDATA/UnicodeData.txt CHARTAB.awk - echo "# Generated from $<." > $@ - @$(AWK) -f CHARTAB.awk FIELD=$@ $< >>$@ + if [ "$@" != "BLOCK.tab" ] ; then \ + echo "# Generated from $<." > $@; \ + @$(AWK) -f CHARTAB.awk FIELD=$@ $< >>$@; \ + fi pkgdatadir=$(datadir)/m17n