summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-03-10 07:07:31 +0000
committerRichard M. Stallman <rms@gnu.org>1998-03-10 07:07:31 +0000
commit45c96ce01d0cfde1cb44bbdaefdcf81fadb90535 (patch)
tree98107a65a4050dae7bff34806f8ca9b33b2ed2e2 /leim
parent47271cc946b1cd823eabc5a19c942ae0cd9d0c70 (diff)
downloademacs-45c96ce01d0cfde1cb44bbdaefdcf81fadb90535.tar.gz
(BUILT-EMACS): Variable renamed from EMACS. All uses changed.
Diffstat (limited to 'leim')
-rw-r--r--leim/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in
index ebfa59a72b8..1abc576e301 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -37,12 +37,12 @@ dot = .
# 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 @@ WORLD=${ASIA} ${EUROPEAN} ${MISC}
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.