summaryrefslogtreecommitdiff
path: root/etc/charsets
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2003-05-20 13:09:47 +0000
committerKenichi Handa <handa@m17n.org>2003-05-20 13:09:47 +0000
commit47b16c6e406bb41c4d64cd8fa6c84d80dcaa6ce3 (patch)
tree6bb7bf2d68e5c9c3426895887d7342a037d5c781 /etc/charsets
parent7ecdae06593cf1532d566502cd1c025770569109 (diff)
Fix previous change.
Diffstat (limited to 'etc/charsets')
-rw-r--r--etc/charsets/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/charsets/Makefile b/etc/charsets/Makefile
index 0d5206ae64c..f3a6146b6b0 100644
--- a/etc/charsets/Makefile
+++ b/etc/charsets/Makefile
@@ -152,7 +152,7 @@ gb18030-2.map: ${GLIBCDIR}/GB18030 gb18030-2.awk
| ${SED} -e 's,<U\([^>]*\)>[ ]*/x\(..\)/x\(..\).*$$,0x\2\3 0x\1,' \
| sort | gawk -f gb18030-2.awk > $@
-gb18030-4byte.map: gb18030-2.map gb18030-4.awk
+gb18030-4.map: gb18030-2.map gb18030-4.awk
gawk -f gb18030-4.awk < $< > $@
maintainer-clean: