summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-12-14 09:23:25 +0000
committerJakub Jelinek <jakub@redhat.com>2004-12-14 09:23:25 +0000
commitd3cfe8dd4e2909ac75a78014e4f26385330b6fa2 (patch)
tree7dd782cd41923560836c12226d515ec616c591d6
parentf9626feb2d8a692e27d1c020beba198ec52a705a (diff)
Remove leading underscore.
-rw-r--r--posix/Makefile2
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 $@