summaryrefslogtreecommitdiff
path: root/Build/source/build-aux/depcomp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-19 02:18:21 +0000
committerKarl Berry <karl@freefriends.org>2011-04-19 02:18:21 +0000
commit7cd87880cb31404e1a4ebe7feeb25fad73222638 (patch)
tree3bb333ae96068831f652b5acac4e2b84980d1345 /Build/source/build-aux/depcomp
parentcd740f9aca3e9c439042b77c25505048a82f47cc (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@22120 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux/depcomp')
-rwxr-xr-xBuild/source/build-aux/depcomp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/build-aux/depcomp b/Build/source/build-aux/depcomp
index 6149451aa92..9825d56d746 100755
--- a/Build/source/build-aux/depcomp
+++ b/Build/source/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"
;;