diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-18 12:22:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-18 12:22:11 +0000 |
commit | 80a18298f02005310cf0edc6163ae5eff5fad09a (patch) | |
tree | fa4db80e6d033ac93658d00c347eae9dae768d45 /Makefile | |
parent | 9eecb5e8f3903a6fe66ac88f9218935130e77042 (diff) | |
download | glibc-80a18298f02005310cf0edc6163ae5eff5fad09a.tar.gz glibc-80a18298f02005310cf0edc6163ae5eff5fad09a.tar.xz glibc-80a18298f02005310cf0edc6163ae5eff5fad09a.zip |
Update.
* dirent/list.c (test): Return error value. (main): Exit with error value. * sysdeps/unix/opendir.c (__opendir): Add missing initialization. * Makefile (distribute): Add test-skeleton.c. * test-skeleton.c: New file. * dirent/Makefile (tests): Add opendir-tst1. * dirent/opendir-tst1.c: New file. 1998-03-18 Ulrich Drepper <drepper@cygnus.com> Optimize memory handling.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 6118685fe0..9c1e7dd81d 100644 --- a/Makefile +++ b/Makefile @@ -323,7 +323,7 @@ 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 + stub-tag.h test-installation.pl test-skeleton.c distribute := $(strip $(distribute)) generated := $(generated) stubs.h version-info.h |