autoupdate
authorKarl Berry <karl@freefriends.org>
Wed, 13 Apr 2011 23:00:08 +0000 (00:00 +0100)
committerIan Beckwith <ianb@erislabs.net>
Wed, 13 Apr 2011 23:00:08 +0000 (00:00 +0100)
(cherry picked from commit fb799692f5bb43310424977e0ca15599fc68d776)

build-aux/depcomp

index d68322f..01e9bbe 100755 (executable)
@@ -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"
   ;;