aboutsummaryrefslogtreecommitdiff
path: root/ld/dep-in.sed
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-06-04 06:57:56 +0000
committerAlan Modra <amodra@gmail.com>2009-06-04 06:57:56 +0000
commit67a648f17aaf9902891ec61c8025b98612dbbab4 (patch)
tree881d0c8205eb31c8a802629f459b397a9cabd4a2 /ld/dep-in.sed
parent26d1917c555cb057baa061fa476ec0e5c0965280 (diff)
downloadgdb-67a648f17aaf9902891ec61c8025b98612dbbab4.zip
gdb-67a648f17aaf9902891ec61c8025b98612dbbab4.tar.gz
gdb-67a648f17aaf9902891ec61c8025b98612dbbab4.tar.bz2
* dep-in.sed: Don't use \n in replacement part of s command.
* Makefile.am (DEP1): LC_ALL for uniq. * Makefile.in: Regenerate.
Diffstat (limited to 'ld/dep-in.sed')
-rw-r--r--ld/dep-in.sed3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/dep-in.sed b/ld/dep-in.sed
index e51593b..4f77b5d 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/$/ \\/