summaryrefslogtreecommitdiff
path: root/lisp/makefile.w32-in
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2001-02-06 15:52:22 +0000
committerAndrew Innes <andrewi@gnu.org>2001-02-06 15:52:22 +0000
commit587b5737885e70e6b24dade90c470ae36b1613f7 (patch)
treefb5e2a7b2b4761af5b905b7b402161500caf873b /lisp/makefile.w32-in
parentbaf7eee4476124ad67ebbe2df9c2cd305bf66296 (diff)
downloademacs-587b5737885e70e6b24dade90c470ae36b1613f7.tar.gz
(EMACS): Use $(THISDIR) to make emacs.exe path
absolute.
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r--lisp/makefile.w32-in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index 18c9ac4a9b9..619851363ec 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -32,7 +32,7 @@ lisp = $(CURDIR)
# 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.