diff options
author | Roland McGrath <roland@gnu.org> | 2003-02-21 09:30:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-02-21 09:30:58 +0000 |
commit | 970d0b1d867a6d5e088c54400ae13406eea74891 (patch) | |
tree | 46c4bf5fb51f0370a7f088f017991c4ef94bbd11 /linuxthreads/Makefile | |
parent | 2afbfec4539e230be4256a852395eb0963ac7d5a (diff) | |
download | glibc-970d0b1d867a6d5e088c54400ae13406eea74891.tar.gz glibc-970d0b1d867a6d5e088c54400ae13406eea74891.tar.xz glibc-970d0b1d867a6d5e088c54400ae13406eea74891.zip |
2003-02-21 Roland McGrath <roland@redhat.com>
* Makefile (install-lib-ldscripts): New variable.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 2978072e43..8a6f9bfc91 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -33,6 +33,7 @@ shared-only-routines = forward extra-libs := libpthread extra-libs-others := $(extra-libs) +install-lib-ldscripts := libpthread.so libpthread-routines := attr cancel condvar join manager mutex ptfork \ ptlongjmp pthread signals specific errno lockfile \ |