From: Eli Zaretskii Date: Sat, 9 Dec 2006 12:40:13 +0000 (+0000) Subject: (leim-list.el): Depend on leim-ext.el as well. Run Emacs to append X-Git-Tag: emacs-pretest-22.0.92~220 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0acba2039bcb66001864849717a406e6ccf9786f;p=emacs.git (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 --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): -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)"