changeset 35901:5bb8875b8b7d

($(EMACS)): Use $(THISDIR) instead of . in invocation of temacs, to work with Windows 2000. (bootstrap-emacs): Ditto.
author Andrew Innes <andrewi@gnu.org>
date Mon, 05 Feb 2001 16:57:21 +0000
parents e2ad701b6278
children 3d50412b090b
files src/makefile.w32-in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.w32-in	Mon Feb 05 16:56:32 2001 +0000
+++ b/src/makefile.w32-in	Mon Feb 05 16:57:21 2001 +0000
@@ -149,7 +149,7 @@
 #
 emacs:          $(BLD) $(EMACS)
 $(EMACS):       $(DOC) $(TEMACS)
-	"./$(BLD)/temacs.exe" -batch -l loadup dump
+	"$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump
 
 #
 # The undumped executable
@@ -176,7 +176,7 @@
 # files from loadup.el in source form.
 #
 bootstrap-emacs: bootstrap-temacs
-	"./$(BLD)/temacs.exe" -batch -l loadup bootstrap
+	"$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup bootstrap
 	- mkdir "../bin"
 	$(CP) $(EMACS) ../bin