aboutsummaryrefslogtreecommitdiffstats
path: root/admin/charsets/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'admin/charsets/Makefile.in')
-rw-r--r--admin/charsets/Makefile.in7
1 files changed, 5 insertions, 2 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