diff options
| author | Eli Zaretskii | 2006-12-09 12:40:13 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-09 12:40:13 +0000 |
| commit | 0acba2039bcb66001864849717a406e6ccf9786f (patch) | |
| tree | 85b509cba1a7c0e3763004ea19159f9be029a5f8 | |
| parent | d1dcf3e7793308b744671d1c69dc41c824bc610a (diff) | |
| download | emacs-0acba2039bcb66001864849717a406e6ccf9786f.tar.gz emacs-0acba2039bcb66001864849717a406e6ccf9786f.zip | |
(leim-list.el): Depend on leim-ext.el as well. Run Emacs to append
non-empty non-comment lines in leim-ext.el to leim-list.el.
| -rw-r--r-- | leim/makefile.w32-in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 3b2e2fd41b5..f309dc23eb1 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in | |||
| @@ -184,11 +184,12 @@ $(MISC_DIC): | |||
| 184 | -f batch-byte-compile $(MISC_DIC:.elc=.el) | 184 | -f batch-byte-compile $(MISC_DIC:.elc=.el) |
| 185 | 185 | ||
| 186 | # | 186 | # |
| 187 | # WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as | 187 | # WARNING: Do NOT split the parts inside $(ARGQUOTE)s into multiple lines as |
| 188 | # this can break with GNU Make 3.81 and later if sh.exe is used. | 188 | # this can break with GNU Make 3.81 and later if sh.exe is used. |
| 189 | leim-list.el: $(SUBDIRS) $(WORLD) | 189 | leim-list.el: $(SUBDIRS) $(WORLD) $(srcdir)/leim-ext.el |
| 190 | $(RUN_EMACS) -l $(buildlisppath)/international/quail \ | 190 | $(RUN_EMACS) -l $(buildlisppath)/international/quail \ |
| 191 | --eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE) | 191 | --eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE) |
| 192 | $(RUN_EMACS) --eval $(ARGQUOTE)(w32-append-code-lines $(DQUOTE)$@$(DQUOTE) $(DQUOTE)$(srcdir)/leim-ext.el$(DQUOTE))$(ARGQUOTE) | ||
| 192 | 193 | ||
| 193 | install: all | 194 | install: all |
| 194 | - mkdir "$(INSTALLDIR)" | 195 | - mkdir "$(INSTALLDIR)" |