diff options
Diffstat (limited to 'ld/dep-in.sed')
-rw-r--r-- | ld/dep-in.sed | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/dep-in.sed b/ld/dep-in.sed index e51593b1925..4f77b5de572 100644 --- a/ld/dep-in.sed +++ b/ld/dep-in.sed @@ -15,5 +15,6 @@ s! \.\./intl/libintl\.h!!g s/ *$// s/ */ /g s/^ */A/ -s/ / \\\nB/g +s/ / \\\ +B/g $s/$/ \\/ |