(lisp): New variable.
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Feb 2008 09:29:03 +0000 (09:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Feb 2008 09:29:03 +0000 (09:29 +0000)
(EMACSLOADPATH): Use $(lisp).  Add lisp/international and lisp/emacs-lisp.

admin/ChangeLog
admin/unidata/makefile.w32-in

index 705eaff..d43c23b 100644 (file)
@@ -1,3 +1,9 @@
+2008-02-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * unidata/makefile.w32-in (lisp): New variable.
+       (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
+       lisp/emacs-lisp.
+
 2008-02-04  Jason Rumney  <jasonr@gnu.org>
 
        * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
index 4a7ba1a..bf422f9 100644 (file)
 
 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