1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* stdio-common/Makefile (generated): Add errlist-compat.c.

	* locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
This commit is contained in:
Ulrich Drepper
2002-08-31 09:43:13 +00:00
parent 1e05e2a9b4
commit 9649be24d4
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2002-08-31 Ulrich Drepper <drepper@redhat.com>
* Makefile: Don't use rule for crt%.o, spell it out as rules for
crti.o and crtn.o.
2002-08-30 Roland McGrath <roland@redhat.com>
* Makefile (extra-objs, omit-deps): Add crtn.
@ -12,8 +17,8 @@
2002-08-30 Jakub Jelinek <jakub@redhat.com>
* pthread.c (__pthread_initialize_minimal): Call __uselocale even
if [! SHARED].
* pthread.c (__pthread_initialize_minimal): Call __uselocale even
if [! SHARED].
2002-08-30 Roland McGrath <roland@redhat.com>