summaryrefslogtreecommitdiff
path: root/build-aux/depcomp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-17 06:27:17 -0700
committerKarl Berry <karl@freefriends.org>2011-04-17 06:27:17 -0700
commit5f65840b727428949c8dc56727a6313d7186cecc (patch)
tree18c1126739c7ba4c449e89768ce22e11c074ec99 /build-aux/depcomp
parent93479f73d772730a3104b0bc1fcfe89e9e7e56fd (diff)
downloadgnulib-5f65840b727428949c8dc56727a6313d7186cecc.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 6149451aa9..9825d56d74 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-10; # UTC
+scriptversion=2011-04-16.09; # 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 "s|.*$object$||" '/:$/d' \
+ sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
| sed -e 's/$/ :/' >> "$depfile"
rm -f "$tmpdepfile"
;;