summaryrefslogtreecommitdiff
path: root/csu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'csu/Makefile')
-rw-r--r--csu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/Makefile b/csu/Makefile
index 1a3c9c112c..9127aba08a 100644
--- a/csu/Makefile
+++ b/csu/Makefile
@@ -239,6 +239,6 @@ $(objpfx)version-info.h: $(common-objpfx)config.make $(all-Banner-files)
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 $@