diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-06-13 11:24:32 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-06-13 11:24:32 +0000 |
commit | cb6ccbc94ba6387d2e94ef4ddb56912f01969744 (patch) | |
tree | 0b47fc2da6ccaab79389262d69563b9365c37855 /lib-src | |
parent | 69008bcff4efd4190e3628299580313875a74080 (diff) | |
download | emacs-cb6ccbc94ba6387d2e94ef4ddb56912f01969744.tar.gz |
($(DOC)): Fix last change.
Diffstat (limited to 'lib-src')
-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 4df906064c5..fbb5559fd80 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -248,7 +248,7 @@ lisp2 = \ DOC = DOC -$(DOC): $(THISDIR)/$(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) +$(DOC): $(BLD) $(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) |