2003-02-23 Roland McGrath <roland@redhat.com>

* Makefile (nptl-version): Change regexp so case sensitivity is ok.
This commit is contained in:
Roland McGrath 2003-02-24 07:19:44 +00:00
parent ecf289594a
commit f83b9d2107
1 changed files with 1 additions and 1 deletions

View File

@ -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