about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-02-24 07:19:44 +0000
committerRoland McGrath <roland@gnu.org>2003-02-24 07:19:44 +0000
commitf83b9d2107cbff05e924815e07b00493269a9b4e (patch)
tree64999502de7509c854a71437d14b39f1cd29603b /nptl/Makefile
parentecf289594a443b8ee8434094faa07e8dcaff14ee (diff)
downloadglibc-f83b9d2107cbff05e924815e07b00493269a9b4e.tar.gz
glibc-f83b9d2107cbff05e924815e07b00493269a9b4e.tar.xz
glibc-f83b9d2107cbff05e924815e07b00493269a9b4e.zip
2003-02-23 Roland McGrath <roland@redhat.com>
	* Makefile (nptl-version): Change regexp so case sensitivity is ok.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index adcab59ede..b32fa6436e 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -21,7 +21,7 @@
 #
 subdir	:= nptl
 
-nptl-version := $(shell sed -n 's/^.*$(subdir) \([0-9.]*\).*$$/\1/p' Banner)
+nptl-version := $(shell sed -n 's/^[^0-9]* \([0-9.]*\).*$$/\1/p' Banner)
 
 headers := pthread.h semaphore.h bits/semaphore.h