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 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