diff options
| author | Richard M. Stallman | 1998-03-10 07:07:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-03-10 07:07:31 +0000 |
| commit | 9bde9add0d9cfc432628b742d82cdee49e4b50d6 (patch) | |
| tree | aed3944466e088123d9ad1febe47f5502563e9fd | |
| parent | 88a806e90dc530d9134f26d527d47dc844ae5934 (diff) | |
| download | emacs-9bde9add0d9cfc432628b742d82cdee49e4b50d6.tar.gz emacs-9bde9add0d9cfc432628b742d82cdee49e4b50d6.zip | |
(BUILT-EMACS): Variable renamed from EMACS. All uses changed.
| -rw-r--r-- | leim/Makefile.in | 6 |
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. |
| 40 | 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 = ${EMACS} -batch --no-init-file --no-site-file | 45 | RUN-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} | |||
| 122 | TIT=${CHINESE-TIT} | 122 | TIT=${CHINESE-TIT} |
| 123 | NON-TIT=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${MISC} | 123 | NON-TIT=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${MISC} |
| 124 | 124 | ||
| 125 | all: ${EMACS} ${SUBDIRS} ${TIT} leim-list.el | 125 | all: ${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. |