aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/charsets/Makefile.in7
-rwxr-xr-xadmin/charsets/mapconv2
2 files changed, 6 insertions, 3 deletions
diff --git a/admin/charsets/Makefile.in b/admin/charsets/Makefile.in
index 5d06775dc35..a5e7212f163 100644
--- a/admin/charsets/Makefile.in
+++ b/admin/charsets/Makefile.in
@@ -106,7 +106,10 @@ CHARSETS := $(addprefix ${charsetdir}/,${CHARSETS})
106 106
107.PHONY: all 107.PHONY: all
108 108
109all: ${CHARSETS} ${TRANS_TABLE} 109all: ${srcdir}/charsets.stamp
110
111${srcdir}/charsets.stamp: ${CHARSETS} ${TRANS_TABLE}
112 ${AM_V_GEN}echo timestamp > $@
110 113
111## Rules for each charset. 114## Rules for each charset.
112 115
@@ -315,4 +318,4 @@ maintainer-clean: distclean
315 318
316## Do not remove these files, even in a bootstrap. They rarely change. 319## Do not remove these files, even in a bootstrap. They rarely change.
317extraclean: 320extraclean:
318 rm -f ${CHARSETS} ${TRANS_TABLE} 321 rm -f ${CHARSETS} ${TRANS_TABLE} ${srcdir}/charsets.stamp
diff --git a/admin/charsets/mapconv b/admin/charsets/mapconv
index 245dce114a0..32ba6421a86 100755
--- a/admin/charsets/mapconv
+++ b/admin/charsets/mapconv
@@ -47,7 +47,7 @@ AWK=${AWK:-awk}
47 47
48case "$3" in 48case "$3" in
49 GLIBC*) 49 GLIBC*)
50 FILE="$BASE in localedate/charmaps of glibc"; 50 FILE="$BASE in localedata/charmaps of glibc";
51 SOURCE="";; 51 SOURCE="";;
52 CZYBORRA) 52 CZYBORRA)
53 BASE="$BASE.gz"; 53 BASE="$BASE.gz";