(EMACS): Use $(THISDIR) to make emacs.exe path
absolute.
This commit is contained in:
parent
baf7eee447
commit
587b573788
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue