($(objpfx)version-info.h): Don't use multi-line string.

This commit is contained in:
Andreas Jaeger 2001-03-04 20:01:25 +00:00
parent 772d0e1a4f
commit 0f9cc699c9

View File

@ -1,6 +1,6 @@
# Makefile for csu code for GNU C library.
# Copyright (C) 1995,1996,1997,1998,1999,2000 Free Software Foundation, Inc.
# Copyright (C) 1995,1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@ -204,8 +204,8 @@ $(objpfx)version-info.h: $(common-objpfx)config.make $(all-Banner-files)
esac; \
files="$(all-Banner-files)"; \
if test -n "$$files"; then \
echo "\"Available extensions:"; \
sed -e '/^#/d' -e 's/^[[:space:]]*/ /' $$files; \
echo "\""; \
echo "\"Available extensions:\\n\""; \
sed -e '/^#/d' -e 's/^[[:space:]]*/ /' \
-e 's/\(^.*$$\)/\"\1\\n\"/' $$files; \
fi) > $@T
mv -f $@T $@