aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorAndrew Innes <[email protected]>2001-02-05 16:57:21 +0000
committerAndrew Innes <[email protected]>2001-02-05 16:57:21 +0000
commit0533c860f2ae0b8d203ef82c3d404356fe2fb9f0 (patch)
tree3055a1fedbe15dbe3d338653e82c08ccfe4f18c7 /src/makefile.w32-in
parent7a0952506fec785c0e90d6ac1afbc189fa616563 (diff)
($(EMACS)): Use $(THISDIR) instead of . in
invocation of temacs, to work with Windows 2000. (bootstrap-emacs): Ditto.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 2b3747ad76..9ab32fe303 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -149,7 +149,7 @@ all: $(ALL)
#
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 @@ bootstrap-temacs: bootstrap-clean
# 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