From fa84676f60dcec055253340bac037fa01953fb5d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 14 Apr 2011 00:00:08 +0100 Subject: [PATCH] autoupdate (cherry picked from commit fb799692f5bb43310424977e0ca15599fc68d776) --- build-aux/depcomp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/depcomp b/build-aux/depcomp index d68322f0e..01e9bbefc 100755 --- a/build-aux/depcomp +++ b/build-aux/depcomp @@ -170,7 +170,7 @@ gcc) ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e -e "s|.*$object$||" '/:$/d' \ + sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; -- 2.11.0