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:
f3f7b09
)
(%.tab): Don't build BLOCK.tab.
author
handa
<handa>
Thu, 2 Sep 2010 07:02:41 +0000
(07:02 +0000)
committer
handa
<handa>
Thu, 2 Sep 2010 07:02:41 +0000
(07:02 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
5e78c91
..
c261f54
100644
(file)
--- 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