From 587b5737885e70e6b24dade90c470ae36b1613f7 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Tue, 6 Feb 2001 15:52:22 +0000 Subject: [PATCH] (EMACS): Use $(THISDIR) to make emacs.exe path absolute. --- lisp/ChangeLog | 5 +++++ lisp/makefile.w32-in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 83ca8021ca9..6a14d7e8256 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-02-06 Andrew Innes + + * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path + absolute. + 2001-02-06 David M. Koppelman * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all 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. -- 2.39.5