+2001-02-06 Andrew Innes <andrewi@gnu.org>
+
+ * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
+ absolute.
+
2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
* hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
# You can specify a different executable on the make command line,
# e.g. "make EMACS=../src/emacs ...".
-EMACS = "../bin/emacs.exe"
+EMACS = "$(THISDIR)/../bin/emacs.exe"
# Command line flags for Emacs. This must include --multibyte,
# otherwise some files will not compile.