* csu/Makefile ($(objpfx)version-info.h): Fix sed script to handle
banners.
2003-09-25 Ulrich Drepper <drepper@redhat.com>
+ * csu/Makefile ($(objpfx)version-info.h): Fix sed script to handle
+ banners.
+
* nis/nis_table.c (nis_list): Always strdup string used with
ibreq->ibr_name. Add several NULL pointer checks.
if test -n "$$files"; then \
echo "\"Available extensions:\\n\""; \
sed -e '/^#/d' -e 's/^[[:space:]]*/ /' \
- -e 's/\(^.*$$\)/\"\1\\n\"/' $$files; \
+ -e 's/^\(.*\)$$/\"\1\\n\"/' $$files; \
fi) > $@T
mv -f $@T $@