diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-25 20:53:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-25 20:53:07 +0000 |
commit | a2cb734f5d785b1725437c7bf59a168ab3fbfb4d (patch) | |
tree | 82875c8a1a3d39388095bd9c74ba20ca734a903a /iconv/Makefile | |
parent | 48ab1c2ff51c7c4bcd71e1bdaf2c58cdbb560d03 (diff) | |
download | glibc-a2cb734f5d785b1725437c7bf59a168ab3fbfb4d.tar.gz |
Update.
2001-07-25 Ulrich Drepper <drepper@redhat.com>
* iconv/Makefile (install-bin): Add iconvconfig.
Diffstat (limited to 'iconv/Makefile')
-rw-r--r-- | iconv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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)"' |