diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-25 16:38:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-25 16:38:08 +0000 |
commit | 6f5ea8c71731adb6fc5b364e7aa6dd59dba96fdf (patch) | |
tree | 553e0d2a878823d9f9a7d6c0dae098e10d981e2f /Makefile | |
parent | 68b506045507245594280b53e1ccdd425bc0a6a5 (diff) | |
download | glibc-6f5ea8c71731adb6fc5b364e7aa6dd59dba96fdf.tar.gz glibc-6f5ea8c71731adb6fc5b364e7aa6dd59dba96fdf.tar.xz glibc-6f5ea8c71731adb6fc5b364e7aa6dd59dba96fdf.zip |
Update. glibc-2.0.92 cvs/glibc-2_0_92
* sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h. * sysdeps/unix/sysv/linux/alpha/Dist: Likewise. * sysdeps/generic/stub_warning: Removed. * Makefile (distribute): Add include/des.h. * manual/Makefile (distribute): Change dir-add.texi to dir-add.texinfo.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 9c1e7dd81d..cac9bbc43e 100644 --- a/Makefile +++ b/Makefile @@ -323,7 +323,8 @@ distribute := README README.libm INSTALL FAQ NOTES NEWS PROJECTS BUGS \ autolock.sh rellns-sh munch-tmpl.c munch.awk interp.c \ sysdep.h set-hooks.h libc-symbols.h version.h shlib-versions \ rpm/Makefile rpm/template rpm/rpmrc glibcbug.in abi-tags \ - stub-tag.h test-installation.pl test-skeleton.c + stub-tag.h test-installation.pl test-skeleton.c \ + include/des.h distribute := $(strip $(distribute)) generated := $(generated) stubs.h version-info.h |