From 9fcddc2b42e379b0b409cf743962a35e887a963f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 25 Jul 2001 21:30:39 +0000 Subject: 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. --- iconv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconv/Makefile') diff --git a/iconv/Makefile b/iconv/Makefile index 9945d98..28ba18d 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)"' -- cgit v1.1