diff options
| -rw-r--r-- | lisp/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index b6768791fb0..1f251bdeb59 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -352,7 +352,9 @@ compile-clean: ## with ../src. See comments above for loaddefs. gen-lisp: leim semantic -leim: +# (re)compile titdic-cnv before recursing into `leim` since its used to +# generate some of the Quail source files from tables. +leim: $(lisp)/international/titdic-cnv.elc $(MAKE) -C ../leim all EMACS="$(EMACS)" semantic: |
