]> git.eshelyaron.com Git - emacs.git/commitdiff
(EMACS): Use $(THISDIR) to make emacs.exe path
authorAndrew Innes <andrewi@gnu.org>
Tue, 6 Feb 2001 15:52:22 +0000 (15:52 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 6 Feb 2001 15:52:22 +0000 (15:52 +0000)
absolute.

lisp/ChangeLog
lisp/makefile.w32-in

index 83ca8021ca9e5ee6715dc45095448e79b6382010..6a14d7e8256efd45382f367a87d5556a1a0fc0cd 100644 (file)
@@ -1,3 +1,8 @@
+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
index 18c9ac4a9b9c1828679aaea90e224b7229b662de..619851363ec8a4700f7c9629a91250277f20cfd4 100644 (file)
@@ -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.