* Makerules: Filter $(install-lib-ldscripts) out of list of targets

for libfoo.so that need $(make-link) rules.
This commit is contained in:
Roland McGrath 2003-02-21 10:05:25 +00:00
parent 8c2e9a29b1
commit 59fed0e26d
3 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-02-21 Roland McGrath <roland@redhat.com>
* Makerules: Filter $(install-lib-ldscripts) out of list of targets
for libfoo.so that need $(make-link) rules.
2003-02-21 Roland McGrath <roland@frob.com> 2003-02-21 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE * sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE

View File

@ -1,3 +1,7 @@
2003-02-21 Roland McGrath <roland@redhat.com>
* Makefile (install-lib-ldscripts): New variable.
2003-02-20 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> 2003-02-20 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short

View File

@ -1,3 +1,7 @@
2003-02-21 Roland McGrath <roland@redhat.com>
* Makefile (install-lib-ldscripts): New variable.
2003-02-21 Ulrich Drepper <drepper@redhat.com> 2003-02-21 Ulrich Drepper <drepper@redhat.com>
* pthreadP.h: Define INVALID_TD_P and INVALID_NOT_TERMINATED_TD_P. * pthreadP.h: Define INVALID_TD_P and INVALID_NOT_TERMINATED_TD_P.