diff lib-src/makefile.w32-in @ 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 7c1d0d70a294
children 2a644add6953
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)