summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-10-02 16:49:20 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2022-10-02 16:49:58 -0700
commit395119998574051e53d466d55136d3e6498e90ef (patch)
tree4e3839b3576b6a26a7fc0a93c9b1536b4fe84203 /lisp/Makefile.in
parent0d0d59b32c66f6b0604cb7c89b875d0407fba41c (diff)
downloademacs-395119998574051e53d466d55136d3e6498e90ef.tar.gz
Port TZ settings to POSIX
* lisp/Makefile.in (.el.elc): * lisp/net/tramp-sh.el (tramp-sh-handle-set-file-times): * lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-set-file-times): Use the POSIX standard TZ=UTC0 rather than the GNU extension TZ=UTC to set the time zone to UTC.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index e66d80f8144..4c26e423701 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -315,7 +315,7 @@ ifeq ($(ANCIENT),yes)
.el.elc:
$(AM_V_ELC)$(emacs) $(BYTE_COMPILE_FLAGS) \
-l comp -f batch-byte-compile $<
- TZ=UTC touch -t 197001010000 $@
+ TZ=UTC0 touch -t 197001010000 $@
else
.el.elc:
$(AM_V_ELC)$(emacs) $(BYTE_COMPILE_FLAGS) \