aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-03-10 07:07:31 +0000
committerRichard M. Stallman1998-03-10 07:07:31 +0000
commit9bde9add0d9cfc432628b742d82cdee49e4b50d6 (patch)
treeaed3944466e088123d9ad1febe47f5502563e9fd
parent88a806e90dc530d9134f26d527d47dc844ae5934 (diff)
downloademacs-9bde9add0d9cfc432628b742d82cdee49e4b50d6.tar.gz
emacs-9bde9add0d9cfc432628b742d82cdee49e4b50d6.zip
(BUILT-EMACS): Variable renamed from EMACS. All uses changed.
-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 = .
37 37
38# Which Emacs to use to convert TIT files to Emacs Lisp files, 38# Which Emacs to use to convert TIT files to Emacs Lisp files,
39# byte-compile Emacs Lisp files, and generate the file leim-list.el. 39# byte-compile Emacs Lisp files, and generate the file leim-list.el.
40EMACS = ${dot}${dot}/src/emacs 40BUILT-EMACS = ${dot}${dot}/src/emacs
41 41
42buildlisppath=${srcdir}/${dot}${dot}/lisp 42buildlisppath=${srcdir}/${dot}${dot}/lisp
43 43
44# How to run Emacs. 44# How to run Emacs.
45RUN-EMACS = ${EMACS} -batch --no-init-file --no-site-file 45RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file
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.
@@ -122,7 +122,7 @@ WORLD=${ASIA} ${EUROPEAN} ${MISC}
122TIT=${CHINESE-TIT} 122TIT=${CHINESE-TIT}
123NON-TIT=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${MISC} 123NON-TIT=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${MISC}
124 124
125all: ${EMACS} ${SUBDIRS} ${TIT} leim-list.el 125all: ${BUILT-EMACS} ${SUBDIRS} ${TIT} leim-list.el
126 126
127# To ensure that we can run Emacs. This target is ignored (never 127# To ensure that we can run Emacs. This target is ignored (never
128# being hit) if a user changes default value of EMACS. 128# being hit) if a user changes default value of EMACS.