From f83b9d2107cbff05e924815e07b00493269a9b4e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 24 Feb 2003 07:19:44 +0000 Subject: [PATCH] 2003-02-23 Roland McGrath * Makefile (nptl-version): Change regexp so case sensitivity is ok. --- nptl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nptl/Makefile b/nptl/Makefile index adcab59..b32fa64 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 -- 2.7.4