diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-06 09:52:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-06 09:52:22 +0000 |
commit | e2575a4f40a6bdee0a3bb74769a53135a8e4bd1d (patch) | |
tree | 7177f97eca85fe48bc8ebb19a4d13d7dfa2efcdb /libio | |
parent | 0d4acd0fe5bdd3f92a6648767f089dd1b6db834f (diff) | |
download | glibc-e2575a4f40a6bdee0a3bb74769a53135a8e4bd1d.tar glibc-e2575a4f40a6bdee0a3bb74769a53135a8e4bd1d.tar.gz glibc-e2575a4f40a6bdee0a3bb74769a53135a8e4bd1d.tar.bz2 glibc-e2575a4f40a6bdee0a3bb74769a53135a8e4bd1d.zip |
Update.
1998-05-06 09:49 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
Use correct types.
* sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makerules (elide-routines.*): Fix assignments.
(do-makelib): Fix typo.
($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
makefile.
1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
$(objpfx)sysd-dirs): Move them...
* Makeconfig: ... here.
* Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
(stubs): Fix circular depedency.
(do-makelib): Clean up.
(lib): Don't depend on lib-noranlib.
($(objpfx)stamp.oS): Remove special case for empty
static-only-routines.
(elide-routines.o): Add $(static-only-routines).
(elide-routines$o): Define this instead of elide-routines.$o.
* manual/Makefile (stubs): Fix circular dependency.
1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* libio/Makefile (routines): Remove duplicate oldiofclose.
Diffstat (limited to 'libio')
-rw-r--r-- | libio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/Makefile b/libio/Makefile index 4ad342ec05..779c93632b 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -43,7 +43,7 @@ all: # Make this the default target; it will be defined in Rules. include ../Makeconfig ifeq ($(versioning),yes) -routines += oldiofopen oldiofdopen oldiofclose oldiofclose +routines += oldiofopen oldiofdopen oldiofclose endif CPPFLAGS-.o += -DIO_DEBUG |