diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-05 18:20:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-05 18:20:42 +0000 |
commit | e21287339287302044cb48d13675c1db831fa694 (patch) | |
tree | 9196498b59c377bb3eb4b159892e2ff9435e4195 /Build/source/build-aux/compile | |
parent | 8c5f6819321bca65bee1f9bb8e6fcb86ec3c3bac (diff) |
sync
git-svn-id: svn://tug.org/texlive/trunk@40250 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux/compile')
-rwxr-xr-x | Build/source/build-aux/compile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/build-aux/compile b/Build/source/build-aux/compile index 531136b068e..4bfd30ccf3a 100755 --- a/Build/source/build-aux/compile +++ b/Build/source/build-aux/compile @@ -1,9 +1,9 @@ #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2012-10-14.11; # UTC +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2015 Free Software Foundation, Inc. # Written by Tom Tromey <tromey@cygnus.com>. # # This program is free software; you can redistribute it and/or modify @@ -255,7 +255,8 @@ EOF echo "compile $scriptversion" exit $? ;; - cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ + icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac @@ -342,6 +343,6 @@ exit $ret # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: |