From cb6ccbc94ba6387d2e94ef4ddb56912f01969744 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 13 Jun 2005 11:24:32 +0000 Subject: [PATCH] ($(DOC)): Fix last change. --- lib-src/makefile.w32-in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5