diff options
author | Roland McGrath <roland@gnu.org> | 2004-06-29 23:03:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-06-29 23:03:20 +0000 |
commit | 4f16d3b530955dd1cb7bcc78499f4b4aa957c9b7 (patch) | |
tree | 28be35c86f542eb9dd81ebbca22f215048f769a6 /nptl/Makefile | |
parent | 0b8d139044f6731790bc55663f213eb11487f793 (diff) | |
download | glibc-4f16d3b530955dd1cb7bcc78499f4b4aa957c9b7.tar.gz glibc-4f16d3b530955dd1cb7bcc78499f4b4aa957c9b7.tar.xz glibc-4f16d3b530955dd1cb7bcc78499f4b4aa957c9b7.zip |
2004-06-29 Roland McGrath <roland@redhat.com>
* Banner: NPTL no longer has its own version number. * Makefile (nptl-version): Variable removed. * sysdeps/pthread/Makefile (CFLAGS-confstr.c): Set LIBPTHREAD_VERSION using $(version), the glibc version number.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index c282c6f8ff..56dd08939f 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -21,8 +21,6 @@ # subdir := nptl -nptl-version := $(shell sed -n 's/^[^0-9]* \([0-9.]*\).*$$/\1/p' Banner) - headers := pthread.h semaphore.h bits/semaphore.h extra-libs := libpthread |