summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--iconv/Makefile1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20d61c7821..5fac726d1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-25 Ulrich Drepper <drepper@redhat.com>
+
+ * iconv/Makefile (install-bin): Add iconvconfig.
+
2001-07-25 Jakub Jelinek <jakub@redhat.com>
* elf/Makefile (routines): Add dl-iteratephdr and
diff --git a/iconv/Makefile b/iconv/Makefile
index 32fd60497d..9945d98a50 100644
--- a/iconv/Makefile
+++ b/iconv/Makefile
@@ -54,6 +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
CFLAGS-gconv_cache.c = -DGCONV_DIR='"$(gconvdir)"'
CFLAGS-gconv_conf.c = -DGCONV_PATH='"$(gconvdir)"'