diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-08 15:16:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-08 15:16:22 +0000 |
commit | 414fd335ae10f39b10ff8392aad5c7cfef7848d2 (patch) | |
tree | 0af9635416e0694970c2e6c577396bf590b552af /libio/Makefile | |
parent | fab6d621377dcd0ace90066684cff09cb26ba725 (diff) | |
download | glibc-414fd335ae10f39b10ff8392aad5c7cfef7848d2.zip glibc-414fd335ae10f39b10ff8392aad5c7cfef7848d2.tar.gz glibc-414fd335ae10f39b10ff8392aad5c7cfef7848d2.tar.bz2 |
Update.
1998-05-08 16:36 Zack Weinberg <zack@rabi.phys.columbia.edu>
* iconvdata/Makefile (generated): Set to *-generated-headers
plus gconv-modules.
(tests): Set to iconv-test.
* localedata/Makefile (generated-dirs): Add ld-test-names to list.
* posix/Makefile (generated): Set to wordexp-test-result*.
* sunrpc/Makefile (generated): Remove rpcsvc/*.
(generated-dirs): Add rpcsvc.
* libio/Makefile: Clean up.
1998-05-08 14:55 Ulrich Drepper <drepper@cygnus.com>
* Make-dist (+tsrcs): Also use tests-statc where tests is used.
* Makerules: Likewise.
(+depfiles): Also add sysdep-others.
* Rules: Likewise.
* iconv/Makefile (distribute): Add loop.s and skeleton.c.
* iconvdata/Makefile (distribute): Add TESTS.
* localedata/Makefile (repertoires): Rename to repertoiremaps.
* sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
* sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
* sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
sysdep-others, not others.
* sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
* sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libio/Makefile b/libio/Makefile index 779c936..61bd54f 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -55,8 +55,7 @@ routines += clearerr_u feof_u ferror_u fputc_u getc_u getchar_u \ CPPFLAGS += -D_IO_MTSAFE_IO endif -aux := \ - fileops genops stdfiles stdio strops +aux := fileops genops stdfiles stdio strops ifeq ($(versioning),yes) aux += oldfileops oldstdfiles |