(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 5b39166..66c020e 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