]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix pattern when collecting getconf.speclist
authorAndreas Schwab <schwab@redhat.com>
Mon, 8 Aug 2011 16:01:47 +0000 (18:01 +0200)
committerAndreas Schwab <schwab@redhat.com>
Mon, 15 Aug 2011 12:22:56 +0000 (14:22 +0200)
posix/Makefile

index 66819321f817cb71292fc9103f5ae65935f62c82..e668ff44044d4d2a48a18114fe77a3129749b79b 100644 (file)
@@ -327,6 +327,6 @@ $(inst_libexecdir)/getconf: $(inst_bindir)/getconf \
 
 $(objpfx)getconf.speclist: getconf.speclist.h
        $(CC) -E $(CFLAGS) $(CPPFLAGS) $< \
-         | sed -n -e '/START_OF_STRINGS/,$${/\(POSIX_V[67]\|_XBS5\)_/{s/^[^"]*"//;s/".*$$//;p}}' \
+         | sed -n -e '/START_OF_STRINGS/,$${/\(POSIX_V[67]\|XBS5\)_/{s/^[^"]*"//;s/".*$$//;p}}' \
          > $@.new
        mv -f $@.new $@