From: Roland McGrath Date: Mon, 24 Feb 2003 07:19:44 +0000 (+0000) Subject: 2003-02-23 Roland McGrath X-Git-Tag: cvs/glibc-2_3_2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f83b9d2107cbff05e924815e07b00493269a9b4e;p=thirdparty%2Fglibc.git 2003-02-23 Roland McGrath * Makefile (nptl-version): Change regexp so case sensitivity is ok. --- diff --git a/nptl/Makefile b/nptl/Makefile index adcab59ede3..b32fa6436e5 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