changeset 63346:6afd7b545d25

($(DOC)): Depend on make-docfile.exe, temacs.exe, and the preloaded *.elc files. This avoids unnecessary dumping and DOC rebuilding.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 12 Jun 2005 17:44:21 +0000
parents d7cf1fc8f2e8
children 506f2689c23f
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	Sun Jun 12 16:57:08 2005 +0000
+++ b/lib-src/makefile.w32-in	Sun Jun 12 17:44:21 2005 +0000
@@ -248,7 +248,7 @@
 
 
 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)