diff options
author | Alan Modra <amodra@gmail.com> | 2009-06-04 06:57:12 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-06-04 06:57:12 +0000 |
commit | 26d1917c555cb057baa061fa476ec0e5c0965280 (patch) | |
tree | 20b4af6ee05ab3cdb9e2b8576d75c14ca05ad9e0 /gas/dep-in.sed | |
parent | 4b9d2a998bc949c056e4a37f0942e3ea0571376a (diff) | |
download | gdb-26d1917c555cb057baa061fa476ec0e5c0965280.zip gdb-26d1917c555cb057baa061fa476ec0e5c0965280.tar.gz gdb-26d1917c555cb057baa061fa476ec0e5c0965280.tar.bz2 |
* dep-in.sed: Don't use \n in replacement part of s command.
* Makefile.am (DEP1, DEPTC, DEPOBJ, DEP2): LC_ALL for uniq.
* Makefile.in: Regenerate.
Diffstat (limited to 'gas/dep-in.sed')
-rw-r--r-- | gas/dep-in.sed | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/dep-in.sed b/gas/dep-in.sed index b5c0bd0..6959140 100644 --- a/gas/dep-in.sed +++ b/gas/dep-in.sed @@ -47,5 +47,6 @@ s! write\.h!!g s/ *$// s/ */ /g s/^ */A/ -s/ / \\\nB/g +s/ / \\\ +B/g $s/$/ \\/ |