diff options
author | Roland McGrath <roland@gnu.org> | 2003-02-24 07:19:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-02-24 07:19:44 +0000 |
commit | f83b9d2107cbff05e924815e07b00493269a9b4e (patch) | |
tree | 64999502de7509c854a71437d14b39f1cd29603b /nptl/Makefile | |
parent | ecf289594a443b8ee8434094faa07e8dcaff14ee (diff) | |
download | glibc-f83b9d2107cbff05e924815e07b00493269a9b4e.tar glibc-f83b9d2107cbff05e924815e07b00493269a9b4e.tar.gz glibc-f83b9d2107cbff05e924815e07b00493269a9b4e.tar.bz2 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/Makefile | 2 |
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 |