2003-02-23 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 24 Feb 2003 07:19:44 +0000 (07:19 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 24 Feb 2003 07:19:44 +0000 (07:19 +0000)
* Makefile (nptl-version): Change regexp so case sensitivity is ok.

nptl/Makefile

index adcab59..b32fa64 100644 (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