diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-09 19:52:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-09 19:52:10 +0000 |
commit | e8ef6f282bcf9a86e502f0324ad4e9720e539310 (patch) | |
tree | 265e131c3090f702a4f8894b5924011d1090a6cc /Makefile | |
parent | 47599985fd23ec6e02a07e179838055ebf1508a4 (diff) | |
download | glibc-e8ef6f282bcf9a86e502f0324ad4e9720e539310.zip glibc-e8ef6f282bcf9a86e502f0324ad4e9720e539310.tar.gz glibc-e8ef6f282bcf9a86e502f0324ad4e9720e539310.tar.bz2 |
Update.
* iconv/Makefile (distribute): Add iconv_charmap.c and
dummy-repertoire.c.
* elf/Makefile (distribute): Add firstobj.c.
* Makefile (distribute): Add include/pthread.h.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -260,7 +260,7 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \ libc-symbols.h version.h shlib-versions rpm/Makefile \ rpm/template rpm/rpmrc glibcbug.in abi-tags stub-tag.h \ test-skeleton.c include/des.h include/libc-internal.h \ - include/shlib-compat.h Versions.def \ + include/shlib-compat.h include/pthread.h Versions.def \ INTERFACE CONFORMANCE NAMESPACE \ $(addprefix scripts/, \ rellns-sh config.sub config.guess \ |