summaryrefslogtreecommitdiff
path: root/gas/dep-in.sed
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-06-04 06:57:12 +0000
committerAlan Modra <amodra@bigpond.net.au>2009-06-04 06:57:12 +0000
commit3807b79c79114e7209b100dba1bd6c4bc30370a2 (patch)
treeceb136e71e6f9d42ecd70ebcd62463118889ba52 /gas/dep-in.sed
parente68bacaca51e7be607a2db2242bf804bfd97cab6 (diff)
downloadbinutils-redhat-3807b79c79114e7209b100dba1bd6c4bc30370a2.tar.gz
* 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.sed3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/dep-in.sed b/gas/dep-in.sed
index b5c0bd0fc4..69591402af 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/$/ \\/