comparison leim/Makefile.in @ 22427:ebca04b684de

(RUN-EMACS): Add --multibyte.
author Richard M. Stallman <rms@gnu.org>
date Wed, 10 Jun 1998 20:56:06 +0000
parents f1df0fd84e42
children d470109824f2
comparison
equal deleted inserted replaced
22426:76657a0a9c70 22427:ebca04b684de
40 BUILT-EMACS = ${dot}${dot}/src/emacs 40 BUILT-EMACS = ${dot}${dot}/src/emacs
41 41
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 = ${BUILT-EMACS} -batch --no-init-file --no-site-file 45 RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
46 46
47 # Subdirectories to be made if ${srcdir} is different from the current 47 # Subdirectories to be made if ${srcdir} is different from the current
48 # directory. 48 # directory.
49 SUBDIRS=quail 49 SUBDIRS=quail
50 50