From: Karl Berry Date: Wed, 13 Apr 2011 23:00:08 +0000 (+0100) Subject: autoupdate X-Git-Tag: stable/20110412~1 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=fa84676f60dcec055253340bac037fa01953fb5d;p=gnulib.git autoupdate (cherry picked from commit fb799692f5bb43310424977e0ca15599fc68d776) --- 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" ;;