summaryrefslogtreecommitdiff
path: root/build-aux/depcomp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-12 06:47:56 -0700
committerKarl Berry <karl@freefriends.org>2011-04-12 06:47:56 -0700
commitfb799692f5bb43310424977e0ca15599fc68d776 (patch)
treeb64ad7e3549d946d89cc6a1f68991b968e5652df /build-aux/depcomp
parentca6143b425589c3a64bd28efd7af14463f96d576 (diff)
downloadgnulib-fb799692f5bb43310424977e0ca15599fc68d776.tar.gz
autoupdate
Diffstat (limited to 'build-aux/depcomp')
-rwxr-xr-xbuild-aux/depcomp4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/depcomp b/build-aux/depcomp
index 53bee03e9c..6149451aa9 100755
--- a/build-aux/depcomp
+++ b/build-aux/depcomp
@@ -1,7 +1,7 @@
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
-scriptversion=2011-04-11-05; # UTC
+scriptversion=2011-04-11-10; # UTC
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010,
# 2011 Free Software Foundation, Inc.
@@ -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"
;;