From: Eli Zaretskii Date: Sun, 12 Jun 2005 17:45:10 +0000 (+0000) Subject: ($(DOC)): Depend on make-docfile.exe, temacs.exe, X-Git-Tag: emacs-pretest-22.0.90~9021 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a77c8e23c98b04eb8cd6161fe2363cb7cf987fc;p=emacs.git ($(DOC)): Depend on make-docfile.exe, temacs.exe, and the preloaded *.elc files. This avoids unnecessary dumping and DOC rebuilding. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 196d2fe70dc..73641f765bf 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,9 @@ +2005-06-12 Eli Zaretskii + + * makefile.w32-in ($(DOC)): Depend on make-docfile.exe, + temacs.exe, and the preloaded *.elc files. This avoids + unnecessary dumping and DOC rebuilding. + 2005-06-04 Eli Zaretskii * ntlib.h (fileno): Don't define if already defined. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 0f806912be5..4df906064c5 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -248,7 +248,7 @@ lisp2 = \ DOC = DOC -$(DOC): make-docfile +$(DOC): $(THISDIR)/$(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)