comparison leim/Makefile.in @ 19262:6075ee381a9d

Invoke emacs by --no-init-file --no-site-file.
author Kenichi Handa <handa@m17n.org>
date Sun, 10 Aug 1997 04:06:02 +0000
parents a51718eb64d1
children 354d9588342d
comparison
equal deleted inserted replaced
19261:84a9af170661 19262:6075ee381a9d
40 # byte-compile Emacs Lisp files, and generate the file leim-list.el. 40 # byte-compile Emacs Lisp files, and generate the file leim-list.el.
41 EMACS = ${dot}${dot}/src/emacs 41 EMACS = ${dot}${dot}/src/emacs
42 42
43 buildlisppath=${srcdir}/${dot}${dot}/lisp 43 buildlisppath=${srcdir}/${dot}${dot}/lisp
44 44
45 # How to run Emacs. This forces Emacs to use new Emacs Lisp libraries. 45 # How to run Emacs.
46 RUN-EMACS = ${EMACS} -batch 46 RUN-EMACS = ${EMACS} -batch --no-init-file --no-site-file
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
49 # directory. 49 # directory.
50 SUBDIRS=quail skk 50 SUBDIRS=quail skk
51 51