mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-22 05:51:11 -07:00
($(DOC)): Fix last change.
This commit is contained in:
parent
69008bcff4
commit
cb6ccbc94b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue