changeset 35928:83885ae4db3a

(EMACS): Use $(THISDIR) to make emacs.exe path absolute.
author Andrew Innes <andrewi@gnu.org>
date Tue, 06 Feb 2001 15:51:02 +0000
parents f41b5b91e80d
children 283a4f31419e
files lisp/makefile.w32-in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/makefile.w32-in	Tue Feb 06 15:47:40 2001 +0000
+++ b/lisp/makefile.w32-in	Tue Feb 06 15:51:02 2001 +0000
@@ -32,7 +32,7 @@
 # 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.