projects
/
m17n
/
m17n-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
170707b
)
(%.tab): Fix previous change.
author
handa
<handa>
Thu, 2 Sep 2010 07:08:39 +0000
(07:08 +0000)
committer
handa
<handa>
Thu, 2 Sep 2010 07:08:39 +0000
(07:08 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
c261f54
..
7f9377e
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-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