aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/charsets/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/charsets/Makefile.in b/admin/charsets/Makefile.in
index 1709756f821..0b96cd19713 100644
--- a/admin/charsets/Makefile.in
+++ b/admin/charsets/Makefile.in
@@ -141,7 +141,7 @@ define map_template
141 $(notdir ${1}): ${1} 141 $(notdir ${1}): ${1}
142endef 142endef
143 143
144$(foreach mfile,${CHARSETS},$(eval $(call map_template,$(mfile)))) 144$(foreach mfile,${CHARSETS} ${TRANS_TABLE},$(eval $(call map_template,$(mfile))))
145 145
146${charsetdir}/VSCII.map: ${GLIBC_CHARMAPS}/TCVN5712-1.gz ${mapconv} ${compact} 146${charsetdir}/VSCII.map: ${GLIBC_CHARMAPS}/TCVN5712-1.gz ${mapconv} ${compact}
147 ${AM_V_GEN}${run_mapconv} $< '/^<.*[ ]\/x[0-9a-f].[ ]/' GLIBC-1 ${compact} > $@ 147 ${AM_V_GEN}${run_mapconv} $< '/^<.*[ ]\/x[0-9a-f].[ ]/' GLIBC-1 ${compact} > $@