# HG changeset patch # User Kenichi Handa # Date 1022074192 0 # Node ID be8f9d3f6261736e533fa43f264848db3f6128cc # Parent 1ed369a4eb81ba82fe3147fc7f1bdd13e91fc065 (RUN-EMACS): Add LC_ALL=C. diff -r 1ed369a4eb81 -r be8f9d3f6261 leim/Makefile.in --- a/leim/Makefile.in Wed May 22 13:27:48 2002 +0000 +++ b/leim/Makefile.in Wed May 22 13:29:52 2002 +0000 @@ -42,7 +42,7 @@ 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