diff options
| author | Andreas Schwab | 2004-05-10 12:00:02 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2004-05-10 12:00:02 +0000 |
| commit | 9d820f1a444f0e4dd446fa14fc302b1357958458 (patch) | |
| tree | 786e8c111f83ea986d64b96ebafa939ccba76a32 | |
| parent | f59abab94a399154a7c6a22541237e09efeb8c61 (diff) | |
| download | emacs-9d820f1a444f0e4dd446fa14fc302b1357958458.tar.gz emacs-9d820f1a444f0e4dd446fa14fc302b1357958458.zip | |
(all): Readd dependency on ${WORLD} so that lisp
files are compiled when bootstrapping.
| -rw-r--r-- | leim/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index 4a78d8fd37e..3f5e61b98a3 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Makefile for leim subdirectory in GNU Emacs. | 1 | # Makefile for leim subdirectory in GNU Emacs. |
| 2 | # Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. | 2 | # Copyright (C) 1997, 2004 Electrotechnical Laboratory, JAPAN. |
| 3 | # Licensed to the Free Software Foundation. | 3 | # Licensed to the Free Software Foundation. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| @@ -147,7 +147,7 @@ NON-TIT-MISC=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${OTHERS} | |||
| 147 | .el.elc: | 147 | .el.elc: |
| 148 | ${RUN-EMACS} -f batch-byte-compile $< | 148 | ${RUN-EMACS} -f batch-byte-compile $< |
| 149 | 149 | ||
| 150 | all: ${BUILT-EMACS} ${SUBDIRS} leim-list.el | 150 | all: ${BUILT-EMACS} ${SUBDIRS} leim-list.el ${WORLD} |
| 151 | 151 | ||
| 152 | # To ensure that we can run Emacs. This target is ignored (never | 152 | # To ensure that we can run Emacs. This target is ignored (never |
| 153 | # being hit) if a user changes default value of EMACS. | 153 | # being hit) if a user changes default value of EMACS. |