# HG changeset patch # User Eli Zaretskii # Date 1165668013 0 # Node ID 14feaadb133a0b802347e2dfb5daa489223ea64c # Parent 752bb58c4d9ea6349cf616c792a07288e43b6800 (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. diff -r 752bb58c4d9e -r 14feaadb133a leim/makefile.w32-in --- 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)"