X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/62ebf7d758483d92c2be98eed129df40eecff461..95555145149ca1758e9b9e50d769685ece740134:/leim/Makefile.in diff --git a/leim/Makefile.in b/leim/Makefile.in index 657ef41ec4..7f354e7cd7 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -1,5 +1,5 @@ # Makefile for leim subdirectory in GNU Emacs. -# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 # National Institute of Advanced Industrial Science and Technology (AIST) @@ -47,7 +47,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