Mercurial > emacs
changeset 91692:b3be38e00c57
(lisp): New variable.
(EMACSLOADPATH): Use $(lisp). Add lisp/international and lisp/emacs-lisp.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 09 Feb 2008 09:28:31 +0000 |
parents | 0a928dba3639 |
children | 8ecd2d7c80cb |
files | admin/unidata/makefile.w32-in |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/unidata/makefile.w32-in Sat Feb 09 07:42:06 2008 +0000 +++ b/admin/unidata/makefile.w32-in Sat Feb 09 09:28:31 2008 +0000 @@ -22,7 +22,11 @@ EMACS = ../../src/$(BLD)/emacs.exe DSTDIR = ../../lisp/international -EMACSLOADPATH = $(CURDIR)/../../lisp +lisp = $(CURDIR)/../../lisp +# EMACSLOADPATH should include international, so Emacs finds encoded-kb. +# It should include emacs-lisp, so Emacs finds bytecomp. This is because +# lisp/subdirs.el is not generated yet when the commands below run. +EMACSLOADPATH = $(lisp);$(lisp)/international;$(lisp)/emacs-lisp # Quote EMACS so it could be a file name with embedded whitespace RUNEMACS = "$(EMACS)" -Q --multibyte -batch