# HG changeset patch # User Andrew Innes # Date 981474662 0 # Node ID 83885ae4db3ad2b9f778d9bcb3b0339addbfffd3 # Parent f41b5b91e80dc77f88ebb8fbf24ca9ec0b749c3a (EMACS): Use $(THISDIR) to make emacs.exe path absolute. diff -r f41b5b91e80d -r 83885ae4db3a lisp/makefile.w32-in --- a/lisp/makefile.w32-in Tue Feb 06 15:47:40 2001 +0000 +++ b/lisp/makefile.w32-in Tue Feb 06 15:51:02 2001 +0000 @@ -32,7 +32,7 @@ # 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.