# HG changeset patch # User Eli Zaretskii # Date 1118598261 0 # Node ID 6afd7b545d2510f3f5593df6d1a7d12d6d3b384d # Parent d7cf1fc8f2e833a7fd8bb4679150c09c6bd645e8 ($(DOC)): Depend on make-docfile.exe, temacs.exe, and the preloaded *.elc files. This avoids unnecessary dumping and DOC rebuilding. diff -r d7cf1fc8f2e8 -r 6afd7b545d25 lib-src/makefile.w32-in --- 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)