Mercurial > emacs
changeset 21129:6e9dd8a366f5
(BUILT-EMACS): Variable renamed from EMACS. All uses changed.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 10 Mar 1998 07:07:31 +0000 |
parents | b808afa167c4 |
children | 60e882bbb28b |
files | leim/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/Makefile.in Tue Mar 10 03:33:23 1998 +0000 +++ b/leim/Makefile.in Tue Mar 10 07:07:31 1998 +0000 @@ -37,12 +37,12 @@ # Which Emacs to use to convert TIT files to Emacs Lisp files, # byte-compile Emacs Lisp files, and generate the file leim-list.el. -EMACS = ${dot}${dot}/src/emacs +BUILT-EMACS = ${dot}${dot}/src/emacs buildlisppath=${srcdir}/${dot}${dot}/lisp # How to run Emacs. -RUN-EMACS = ${EMACS} -batch --no-init-file --no-site-file +RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file # Subdirectories to be made if ${srcdir} is different from the current # directory. @@ -122,7 +122,7 @@ TIT=${CHINESE-TIT} NON-TIT=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${MISC} -all: ${EMACS} ${SUBDIRS} ${TIT} leim-list.el +all: ${BUILT-EMACS} ${SUBDIRS} ${TIT} leim-list.el # To ensure that we can run Emacs. This target is ignored (never # being hit) if a user changes default value of EMACS.