emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3d354b1fba: Don't do OKURI-NASI until the conversion files have b


From: Lars Ingebrigtsen
Subject: master 3d354b1fba: Don't do OKURI-NASI until the conversion files have been compiled
Date: Wed, 1 Jun 2022 00:33:22 -0400 (EDT)

branch: master
commit 3d354b1fba1a9fa96a1d5c1c627e113840db3255
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Don't do OKURI-NASI until the conversion files have been compiled
    
    * lisp/Makefile.in (generate-ja-dic): Byte-compile the ja-dic.el
    file, too.
---
 lisp/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index c0e2099e6b..d326e1a924 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -157,7 +157,7 @@ $(lisp)/finder-inf.el:
          -f finder-compile-keywords-make-dist ${SUBDIRS_FINDER}
 
 # This is the OKURO-NASI compilation trigger.
-generate-ja-dic:
+generate-ja-dic: main-first
        $(AM_V_at)$(MAKE) -C ../leim generate-ja-dic EMACS="$(EMACS)"
        $(AM_V_at)$(MAKE) compile-targets TARGETS="./leim/ja-dic/ja-dic.elc"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]