]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove leading underscore.
authorJakub Jelinek <jakub@redhat.com>
Tue, 14 Dec 2004 09:23:25 +0000 (09:23 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 14 Dec 2004 09:23:25 +0000 (09:23 +0000)
posix/Makefile

index 7f2bcb9d013c797c61df618ad736bc8a327e1722..149283c65d81f1309fef489dc808f13c2a2bddb6 100644 (file)
@@ -274,6 +274,6 @@ $(inst_libexecdir)/getconf: $(objpfx)getconf $(objpfx)getconf.speclist FORCE
 
 $(objpfx)getconf.speclist: getconf.speclist.h
        $(CC) -E $(CFLAGS) $(CPPFLAGS) $< \
-         | sed -n -e '/START_OF_STRINGS/,$${/_POSIX_V6_/{s/^[^"]*"//;s/".*$$//;p}}' \
+         | sed -n -e '/START_OF_STRINGS/,$${/POSIX_V6_/{s/^[^"]*"//;s/".*$$//;p}}' \
          > $@.new
        mv -f $@.new $@