]> git.eshelyaron.com Git - emacs.git/commitdiff
Use full path to temacs.exe when dumping.
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 2 Feb 1999 02:59:29 +0000 (02:59 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 2 Feb 1999 02:59:29 +0000 (02:59 +0000)
src/makefile.nt

index 65d763b4470c17be3bdf111f8f38ce20352bbe0d..faa8bcd8d2af40417ccec1fcc78a3ec73bb31ec6 100644 (file)
@@ -196,7 +196,7 @@ $(DOC):;    cd ..\lib-src
 emacs:          $(EMACS)
 $(EMACS):       $(PREPARED_HEADERS) $(DOC) $(TEMACS)
                cd $(BLD)
-               temacs.exe -batch -l loadup dump
+               $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup dump
                copy temacs.map emacs.map
                cd ..\..