diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-25 21:30:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-25 21:30:39 +0000 |
commit | 9fcddc2b42e379b0b409cf743962a35e887a963f (patch) | |
tree | 18f27376c0b70307c181d471f2cffae2aabddd24 /iconv/Makefile | |
parent | ba915a38078a0765ad1e895fa7e6ca38e86ac3f8 (diff) | |
download | glibc-9fcddc2b42e379b0b409cf743962a35e887a963f.tar.gz glibc-9fcddc2b42e379b0b409cf743962a35e887a963f.tar.xz glibc-9fcddc2b42e379b0b409cf743962a35e887a963f.zip |
Update.
(write_output): Don't overwrite old cache file until we know we have a new one. * iconv/Makefile (install-sbin): Add iconvconfig. * iconv/gconv_int.h: Add prototype for __gconv_release_cache.
Diffstat (limited to 'iconv/Makefile')
-rw-r--r-- | iconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/Makefile b/iconv/Makefile index 9945d98a50..28ba18dfab 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -54,7 +54,7 @@ distribute = gconv_builtin.h gconv_int.h loop.c skeleton.c iconv_prog.h \ others = iconv_prog iconvconfig install-others = $(inst_bindir)/iconv -install-bin = iconvconfig +install-sbin = iconvconfig CFLAGS-gconv_cache.c = -DGCONV_DIR='"$(gconvdir)"' CFLAGS-gconv_conf.c = -DGCONV_PATH='"$(gconvdir)"' |