diff options
| author | Eli Zaretskii | 2005-06-12 17:45:10 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-06-12 17:45:10 +0000 |
| commit | 5a77c8e23c98b04eb8cd6161fe2363cb7cf987fc (patch) | |
| tree | 99b0abb9e667a5439755e92a20bbabc9c8fbd714 /lib-src/makefile.w32-in | |
| parent | 84ae4908754ec6fbbca63c04f0e48bddace14a81 (diff) | |
| download | emacs-5a77c8e23c98b04eb8cd6161fe2363cb7cf987fc.tar.gz emacs-5a77c8e23c98b04eb8cd6161fe2363cb7cf987fc.zip | |
($(DOC)): Depend on make-docfile.exe, temacs.exe,
and the preloaded *.elc files. This avoids unnecessary
dumping and DOC rebuilding.
Diffstat (limited to 'lib-src/makefile.w32-in')
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
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 = \ | |||
| 248 | 248 | ||
| 249 | 249 | ||
| 250 | DOC = DOC | 250 | DOC = DOC |
| 251 | $(DOC): make-docfile | 251 | $(DOC): $(THISDIR)/$(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) |
| 252 | - $(DEL) $(DOC) | 252 | - $(DEL) $(DOC) |
| 253 | "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj) | 253 | "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj) |
| 254 | "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp1) | 254 | "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp1) |