diff options
| -rw-r--r-- | leim/Makefile.in | 2 |
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 | |||
| 42 | buildlisppath=${srcdir}/${dot}${dot}/lisp | 42 | buildlisppath=${srcdir}/${dot}${dot}/lisp |
| 43 | 43 | ||
| 44 | # How to run Emacs. | 44 | # How to run Emacs. |
| 45 | RUN-EMACS = EMACSLOADPATH=$(buildlisppath) \ | 45 | RUN-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 |