X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/39f547f72ef03c646ac4cd2d2a171cb756b7c562..43ccb598c7fc2c5c0601c8f9869a6b6f7a78b121:/leim/makefile.w32-in diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 9200fd2e79..b2d1424a09 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -137,14 +137,16 @@ $(SUBDIRS): $(TIT): # if not exist quail $(MAKE) quail set emacs_dir=$(INSTALL_DIR) - $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \ + set EMACSLOADPATH=$(buildlisppath) + $(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \ --eval $(ARGQUOTE)(batch-titdic-convert t)$(ARGQUOTE) -dir quail $(srcdir)/CXTERM-DIC - $(RUN_EMACS) -l $(buildlisppath)/international/quail \ + $(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/quail \ -f batch-byte-compile $(TIT) leim-list.el: $(SUBDIRS) $(WORLD) set emacs_dir=$(INSTALL_DIR) - $(RUN_EMACS) -l $(buildlisppath)/international/quail \ + set EMACSLOADPATH=$(buildlisppath) + $(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/quail \ --eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE) install: all