diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-06-30 19:20:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-06-30 19:20:39 +0000 |
commit | 7cccc6f932adf8ee60407476ef11c2b56b6e6708 (patch) | |
tree | 8fa78354b4efa940af28f84f2d11388e9a07fa22 /iconvdata | |
parent | d8d5a6478eef73ad71000bedee214b85affc15ed (diff) | |
download | glibc-7cccc6f932adf8ee60407476ef11c2b56b6e6708.tar glibc-7cccc6f932adf8ee60407476ef11c2b56b6e6708.tar.gz glibc-7cccc6f932adf8ee60407476ef11c2b56b6e6708.tar.bz2 glibc-7cccc6f932adf8ee60407476ef11c2b56b6e6708.zip |
Update.
2002-06-30 Ulrich Drepper <drepper@redhat.com>
* locales/iso14651_t1: Fix U0406 handling (MIN -> CAP).
Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3566].
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile index aeb4ff979b..43083b0bbf 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -279,6 +279,7 @@ $(addprefix $(inst_gconvdir)/, $(modules.so)): \ $(do-install-program) $(inst_gconvdir)/gconv-modules: gconv-modules $(+force) $(do-install) +ifeq (no,$(cross-compiling)) # Update the $(prefix)/lib/gconv/gconv-modules.cache file. This is necessary # if this libc has more gconv modules than the previously installed one. if test -f "$(inst_gconvdir)/gconv-modules.cache"; then \ @@ -287,6 +288,9 @@ $(inst_gconvdir)/gconv-modules: gconv-modules $(+force) $(common-objpfx)iconv/iconvconfig \ $(addprefix --prefix=,$(install_root)); \ fi +else + @echo '*@*@*@ You should recreate $(inst_gconvdir)/gconv-modules.cache' +endif endif # build-shared = yes |