*** empty log message ***
[m17n/m17n-db.git] / Makefile.am
index c261f54..d65fe7e 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.am -- Makefile for the m17n database
-# Copyright (C) 2003, 2004, 2005, 2006, 2007
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2010
 #   National Institute of Advanced Industrial Science and Technology (AIST)
 #   Registration Number H15PRO112
 
@@ -278,9 +278,9 @@ LINEBREAK.tab: UNIDATA/LineBreak.txt LINEBREAK.awk
        @$(AWK) -f LINEBREAK.awk $< >> $@
 
 %.tab: UNIDATA/UnicodeData.txt CHARTAB.awk
-       if [ "$@" != "BLOCK.tab" ] ; then \
+       @if [ "$@" != "BLOCK.tab" ] ; then \
          echo "# Generated from $<." > $@; \
-         @$(AWK) -f CHARTAB.awk FIELD=$@ $< >>$@; \
+         $(AWK) -f CHARTAB.awk FIELD=$@ $< >>$@; \
        fi
 
 pkgdatadir=$(datadir)/m17n