summaryrefslogtreecommitdiff
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
parentecf289594a443b8ee8434094faa07e8dcaff14ee (diff)
2003-02-23 Roland McGrath <roland@redhat.com>
* Makefile (nptl-version): Change regexp so case sensitivity is ok.
-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