diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-28 06:10:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-28 06:10:44 +0000 |
commit | 7748f4b5d5bf257f1cd5dddeaccc7eccae65de3c (patch) | |
tree | 3774d0db66033633b58a8f83fecb3c12e07ef8ac /iconv/Makefile | |
parent | 9923cc7e8efab6084be6772d3dd8644db2ca820d (diff) | |
download | glibc-7748f4b5d5bf257f1cd5dddeaccc7eccae65de3c.tar.gz |
Update.
* sysdeps/mips/Dist: Remove non-existing files.
* sysdeps/mips/mips64/Dist: Likewise.
* sysdeps/mips/mipsel/Dist: Removed.
* iconv/Makefile (distribute): Add strtab.c and iconvconfig.h.
* sysdeps/generic/Dist: Add bits/link.h.
* sysdeps/unix/sysv/linux/m68k/Dist: Add sys/procfs.h.
* sysdeps/unix/sysv/aix/Dist: Add dl-support.c, dl-addr.c, and
dl-error.c.
* sysdeps/ia64/Dist: Add bits/link.h.
Diffstat (limited to 'iconv/Makefile')
-rw-r--r-- | iconv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/iconv/Makefile b/iconv/Makefile index 28ba18dfab..3b101d27b7 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -50,7 +50,8 @@ CFLAGS-charmap.c = -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \ tests = tst-iconv1 tst-iconv2 tst-iconv3 distribute = gconv_builtin.h gconv_int.h loop.c skeleton.c iconv_prog.h \ - iconv_charmap.c dummy-repertoire.c gconv_charset.h + iconv_charmap.c dummy-repertoire.c gconv_charset.h strtab.c \ + iconvconfig.h others = iconv_prog iconvconfig install-others = $(inst_bindir)/iconv |