# HG changeset patch # User Eli Zaretskii # Date 1202549311 0 # Node ID b3be38e00c57332835822dbe6a7807ecae2bc3ce # Parent 0a928dba363903dc48d309095ab646b70b377515 (lisp): New variable. (EMACSLOADPATH): Use $(lisp). Add lisp/international and lisp/emacs-lisp. diff -r 0a928dba3639 -r b3be38e00c57 admin/unidata/makefile.w32-in --- 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