diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-14 02:15:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-14 02:15:45 +0000 |
commit | c232f8d00a25bb0e434ad4d04bd196e77ce9cdc0 (patch) | |
tree | 6d046a8e7ee828caf4979fe859456697eb2ef2f8 /Build | |
parent | ef716caa0e10fe05f7ef7b8f2cb72b7086303d4a (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@22080 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/build-aux/depcomp | 4 | ||||
-rwxr-xr-x | Build/source/extra/xz/build-aux/depcomp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/build-aux/depcomp b/Build/source/build-aux/depcomp index 53bee03e9c9..6149451aa92 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-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" ;; diff --git a/Build/source/extra/xz/build-aux/depcomp b/Build/source/extra/xz/build-aux/depcomp index 53bee03e9c9..6149451aa92 100755 --- a/Build/source/extra/xz/build-aux/depcomp +++ b/Build/source/extra/xz/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" ;; |