diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-12-14 09:23:25 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-12-14 09:23:25 +0000 |
commit | d3cfe8dd4e2909ac75a78014e4f26385330b6fa2 (patch) | |
tree | 7dd782cd41923560836c12226d515ec616c591d6 /posix | |
parent | f9626feb2d8a692e27d1c020beba198ec52a705a (diff) | |
download | glibc-d3cfe8dd4e2909ac75a78014e4f26385330b6fa2.tar glibc-d3cfe8dd4e2909ac75a78014e4f26385330b6fa2.tar.gz glibc-d3cfe8dd4e2909ac75a78014e4f26385330b6fa2.tar.bz2 glibc-d3cfe8dd4e2909ac75a78014e4f26385330b6fa2.zip |
Remove leading underscore.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 7f2bcb9d01..149283c65d 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -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 $@ |