Mercurial > emacs
changeset 63368:2a644add6953
($(DOC)): Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 13 Jun 2005 11:24:32 +0000 |
parents | 2f19ae1a6571 |
children | fe5c9ccf867c |
files | lib-src/makefile.w32-in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/makefile.w32-in Mon Jun 13 09:49:47 2005 +0000 +++ b/lib-src/makefile.w32-in Mon Jun 13 11:24:32 2005 +0000 @@ -248,7 +248,7 @@ DOC = DOC -$(DOC): $(THISDIR)/$(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) +$(DOC): $(BLD) $(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) - $(DEL) $(DOC) "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj) "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp1)