diff options
author | Andrew Innes <andrewi@gnu.org> | 2001-02-06 15:52:22 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2001-02-06 15:52:22 +0000 |
commit | 587b5737885e70e6b24dade90c470ae36b1613f7 (patch) | |
tree | fb5e2a7b2b4761af5b905b7b402161500caf873b /lisp/makefile.w32-in | |
parent | baf7eee4476124ad67ebbe2df9c2cd305bf66296 (diff) | |
download | emacs-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-in | 2 |
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. |