changeset 74513:14feaadb133a

(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.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 09 Dec 2006 12:40:13 +0000
parents 752bb58c4d9e
children c8981abb2053
files leim/makefile.w32-in
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/leim/makefile.w32-in	Sat Dec 09 12:38:32 2006 +0000
+++ b/leim/makefile.w32-in	Sat Dec 09 12:40:13 2006 +0000
@@ -184,11 +184,12 @@
 	    -f batch-byte-compile $(MISC_DIC:.elc=.el)
 
 #
-# WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
+# WARNING: Do NOT split the parts inside $(ARGQUOTE)s into multiple lines as
 #          this can break with GNU Make 3.81 and later if sh.exe is used.
-leim-list.el: $(SUBDIRS) $(WORLD)
+leim-list.el: $(SUBDIRS) $(WORLD) $(srcdir)/leim-ext.el
 	$(RUN_EMACS) -l $(buildlisppath)/international/quail \
 	    --eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE)
+	$(RUN_EMACS) --eval $(ARGQUOTE)(w32-append-code-lines $(DQUOTE)$@$(DQUOTE) $(DQUOTE)$(srcdir)/leim-ext.el$(DQUOTE))$(ARGQUOTE)
 
 install: all
 	- mkdir "$(INSTALLDIR)"