aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2002-05-22 13:29:52 +0000
committerKenichi Handa2002-05-22 13:29:52 +0000
commit1cdeec8fa56890b1bb7d7b4b12c97cfd26930833 (patch)
tree21e6445c431dda0cd3a950d8c48e406a5ed77f2b
parent3b53a65b9ae49d53b4ba3fddd05a98d710e2aa76 (diff)
downloademacs-1cdeec8fa56890b1bb7d7b4b12c97cfd26930833.tar.gz
emacs-1cdeec8fa56890b1bb7d7b4b12c97cfd26930833.zip
(RUN-EMACS): Add LC_ALL=C.
-rw-r--r--leim/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 5b391667098..66c020e3f3a 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -42,7 +42,7 @@ BUILT-EMACS = ${dot}${dot}/src/emacs
42buildlisppath=${srcdir}/${dot}${dot}/lisp 42buildlisppath=${srcdir}/${dot}${dot}/lisp
43 43
44# How to run Emacs. 44# How to run Emacs.
45RUN-EMACS = EMACSLOADPATH=$(buildlisppath) \ 45RUN-EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C\
46 ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte 46 ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
47 47
48# Subdirectories to be made if ${srcdir} is different from the current 48# Subdirectories to be made if ${srcdir} is different from the current