]> code.delx.au - gnu-emacs/commitdiff
A better default for $(EMACS) in lisp/makefile.w32-in.
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Apr 2011 08:55:47 +0000 (11:55 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Apr 2011 08:55:47 +0000 (11:55 +0300)
 lisp/makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.

lisp/ChangeLog
lisp/makefile.w32-in

index 7d5b9f592ddfe0e7e3249ecf1baf749569f15815..8e698d37ba9c0b10839a5a763e90b6461cacdb28 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
+
 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
 
        * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
index ed2fe4031b71ba21e592055336faee2060c98ac2..c844a8f6630f1236e8aa982bf0480a7d4a3960f1 100644 (file)
@@ -27,9 +27,9 @@ lisp = $(CURDIR)
 srcdir = $(CURDIR)/..
 
 # You can specify a different executable on the make command line,
-# e.g. "make EMACS=../src/emacs ...".
+# e.g. "make EMACS=../bin/emacs ...".
 
-EMACS = $(THISDIR)/../bin/emacs.exe
+EMACS = ../src/$(BLD)/emacs.exe
 
 # Command line flags for Emacs.