diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-20 01:42:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-20 01:42:29 +0000 |
commit | 0f20ba754359f2dae2bb415fe3ddd552fe5812e7 (patch) | |
tree | 06dd38cfd350914696caa80c866aebc87b644dfb /Build/source/build-aux/depcomp | |
parent | 176dff4dbb41eb54fed1a56603c2f932182f6ad1 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@30847 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux/depcomp')
-rwxr-xr-x | Build/source/build-aux/depcomp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/build-aux/depcomp b/Build/source/build-aux/depcomp index 91d4bf83717..31788017b8f 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=2012-10-18.11; # UTC +scriptversion=2013-05-30.07; # UTC # Copyright (C) 1999-2013 Free Software Foundation, Inc. @@ -517,6 +517,7 @@ $ { G p }' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; |