emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/unidata/makefile.w32-in,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/admin/unidata/makefile.w32-in,v
Date: Sat, 09 Feb 2008 09:28:31 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/02/09 09:28:31

Index: makefile.w32-in
===================================================================
RCS file: /cvsroot/emacs/emacs/admin/unidata/makefile.w32-in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- makefile.w32-in     4 Feb 2008 11:22:25 -0000       1.4
+++ makefile.w32-in     9 Feb 2008 09:28:31 -0000       1.5
@@ -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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]