diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/makefile.w32-in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index e2e6f8df654..5ce47d41a3d 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -204,8 +204,8 @@ lisp= \ | |||
| 204 | DOC = DOC | 204 | DOC = DOC |
| 205 | $(DOC): $(BLD)/make-docfile.exe | 205 | $(DOC): $(BLD)/make-docfile.exe |
| 206 | - $(DEL) $(DOC) | 206 | - $(DEL) $(DOC) |
| 207 | "./$(BLD)/make-docfile" -d ../src $(obj) > $(DOC) | 207 | "$(THISDIR)/$(BLD)/make-docfile" -d ../src $(obj) > $(DOC) |
| 208 | "./$(BLD)/make-docfile" -d ../src $(lisp) >> $(DOC) | 208 | "$(THISDIR)/$(BLD)/make-docfile" -d ../src $(lisp) >> $(DOC) |
| 209 | $(CP) $(DOC) ../etc/DOC-X | 209 | $(CP) $(DOC) ../etc/DOC-X |
| 210 | - mkdir "../src/$(OBJDIR)" | 210 | - mkdir "../src/$(OBJDIR)" |
| 211 | - mkdir "../src/$(OBJDIR)/etc" | 211 | - mkdir "../src/$(OBJDIR)/etc" |