aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/makefile.w32-in2
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 = \
248 248
249 249
250DOC = DOC 250DOC = DOC
251$(DOC): $(THISDIR)/$(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) 251$(DOC): $(BLD) $(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)