diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-01-05 21:13:32 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-01-05 21:13:32 +0200 |
commit | ebe7330c39ce5e8a8be3ef8f66417cf4b68c7a1f (patch) | |
tree | 0695d06483ccfa4b675522fbdebdfccc15747b1d /extension/build-aux/compile | |
parent | 89ddac3e53fa2c74cdad8bb601293870ecd3324c (diff) | |
parent | bead834de8c5411c771b428a03f7f61045799b58 (diff) | |
download | egawk-ebe7330c39ce5e8a8be3ef8f66417cf4b68c7a1f.tar.gz egawk-ebe7330c39ce5e8a8be3ef8f66417cf4b68c7a1f.tar.bz2 egawk-ebe7330c39ce5e8a8be3ef8f66417cf4b68c7a1f.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'extension/build-aux/compile')
-rwxr-xr-x | extension/build-aux/compile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extension/build-aux/compile b/extension/build-aux/compile index a85b723c..2ab71e4e 100755 --- a/extension/build-aux/compile +++ b/extension/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-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 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: |