]> git.eshelyaron.com Git - emacs.git/commitdiff
(RUN-EMACS): Add LC_ALL=C.
authorKenichi Handa <handa@m17n.org>
Wed, 22 May 2002 13:29:52 +0000 (13:29 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 22 May 2002 13:29:52 +0000 (13:29 +0000)
leim/Makefile.in

index 5b391667098ebe151d69cdd48eb8f650bc9d98da..66c020e3f3a1163c2a01c455724a62a700432115 100644 (file)
@@ -42,7 +42,7 @@ BUILT-EMACS = ${dot}${dot}/src/emacs
 buildlisppath=${srcdir}/${dot}${dot}/lisp
 
 # How to run Emacs.
-RUN-EMACS = EMACSLOADPATH=$(buildlisppath) \
+RUN-EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C\
        ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
 
 # Subdirectories to be made if ${srcdir} is different from the current