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/sysdeps | |
parent | 0b8d139044f6731790bc55663f213eb11487f793 (diff) | |
download | glibc-4f16d3b530955dd1cb7bcc78499f4b4aa957c9b7.tar glibc-4f16d3b530955dd1cb7bcc78499f4b4aa957c9b7.tar.gz glibc-4f16d3b530955dd1cb7bcc78499f4b4aa957c9b7.tar.bz2 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/sysdeps')
-rw-r--r-- | nptl/sysdeps/pthread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/pthread/Makefile b/nptl/sysdeps/pthread/Makefile index 05854beecd..207e10fad2 100644 --- a/nptl/sysdeps/pthread/Makefile +++ b/nptl/sysdeps/pthread/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. @@ -48,5 +48,5 @@ endif endif ifeq ($(subdir),posix) -CFLAGS-confstr.c += -DLIBPTHREAD_VERSION="\"$(shell sed 's/\(.*\) by .*/\1/' ../nptl/Banner)\"" +CFLAGS-confstr.c += -DLIBPTHREAD_VERSION='"NPTL $(version)"' endif |