invocation of temacs, to work with Windows 2000.
(bootstrap-emacs): Ditto.
#
emacs: $(BLD) $(EMACS)
$(EMACS): $(DOC) $(TEMACS)
- "./$(BLD)/temacs.exe" -batch -l loadup dump
+ "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump
#
# The undumped executable
# 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