]> git.eshelyaron.com Git - emacs.git/commitdiff
($(EMACS)): Use $(THISDIR) instead of . in
authorAndrew Innes <andrewi@gnu.org>
Mon, 5 Feb 2001 16:57:21 +0000 (16:57 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 5 Feb 2001 16:57:21 +0000 (16:57 +0000)
invocation of temacs, to work with Windows 2000.
(bootstrap-emacs): Ditto.

src/makefile.w32-in

index 2b3747ad7687b3dd415fdf41a28150b97bb65e70..9ab32fe3036601962836de086a68e456e1def395 100644 (file)
@@ -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