Show
Ignore:
Timestamp:
04/16/06 21:46:31 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/leim/Makefile.in

    r4020 r4058  
    11# Makefile for leim subdirectory in GNU Emacs. 
    2 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 
     2# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 
    33#   Free Software Foundation, Inc. 
    44# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 
     
    3434 
    3535# Where to install LEIM files. 
    36 INSTALLDIR=${datadir}/emacs/${version}/leim 
     36INSTALLDIR=$(DESTDIR)${datadir}/emacs/${version}/leim 
    3737 
    3838GZIP_PROG = @GZIP_PROG@ 
     
    4848 
    4949# How to run Emacs. 
    50 RUN-EMACS = EMACSLOADPATH=$(buildlisppath)
     50RUN-EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C
    5151        ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte 
    5252