]> code.delx.au - gnu-emacs/blobdiff - lisp/makefile.w32-in
* font-lock.el (font-lock-maximum-decoration): Mention what numeric levels mean.
[gnu-emacs] / lisp / makefile.w32-in
index ed2fe4031b71ba21e592055336faee2060c98ac2..c844a8f6630f1236e8aa982bf0480a7d4a3960f1 100644 (file)
@@ -27,9 +27,9 @@ lisp = $(CURDIR)
 srcdir = $(CURDIR)/..
 
 # You can specify a different executable on the make command line,
-# e.g. "make EMACS=../src/emacs ...".
+# e.g. "make EMACS=../bin/emacs ...".
 
-EMACS = $(THISDIR)/../bin/emacs.exe
+EMACS = ../src/$(BLD)/emacs.exe
 
 # Command line flags for Emacs.