aboutsummaryrefslogtreecommitdiff
path: root/bfd/dep-in.sed
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-06-04 06:51:11 +0000
committerAlan Modra <amodra@gmail.com>2009-06-04 06:51:11 +0000
commita1ef399e234ed22e6594a0622362a4c1a26b8967 (patch)
treead057faf370341f12f7958e74d92c628bb2d95ba /bfd/dep-in.sed
parent96d493066dbfe6581b2647c36c351fac201da48b (diff)
downloadbinutils-a1ef399e234ed22e6594a0622362a4c1a26b8967.zip
binutils-a1ef399e234ed22e6594a0622362a4c1a26b8967.tar.gz
binutils-a1ef399e234ed22e6594a0622362a4c1a26b8967.tar.bz2
* dep-in.sed: Don't use \n in replacement part of s command.
* Makefile.am (DEP1): LC_ALL for uniq. Run "make dep-am". * Makefile.in: Regenerate.
Diffstat (limited to 'bfd/dep-in.sed')
-rw-r--r--bfd/dep-in.sed3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/dep-in.sed b/bfd/dep-in.sed
index c9ce802..2e0a4fb 100644
--- a/bfd/dep-in.sed
+++ b/bfd/dep-in.sed
@@ -23,5 +23,6 @@ s! \.\./intl/libintl\.h!!g
s/ *$//
s/ */ /g
s/^ */A/
-s/ / \\\nB/g
+s/ / \\\
+B/g
$s/$/ \\/