From: Andrew Innes Date: Tue, 6 Feb 2001 15:52:22 +0000 (+0000) Subject: (EMACS): Use $(THISDIR) to make emacs.exe path X-Git-Tag: emacs-pretest-21.0.98~138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=587b5737885e70e6b24dade90c470ae36b1613f7;p=emacs.git (EMACS): Use $(THISDIR) to make emacs.exe path absolute. --- 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.