diff options
| author | Andrew Innes | 2001-02-05 16:56:32 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-02-05 16:56:32 +0000 |
| commit | 7a0952506fec785c0e90d6ac1afbc189fa616563 (patch) | |
| tree | 626a50b3384f3bfe847152cf826323b5de0c8c95 /lib-src | |
| parent | 277277b7eb6c05a1cfb56071237fd6a7cc30169d (diff) | |
| download | emacs-7a0952506fec785c0e90d6ac1afbc189fa616563.tar.gz emacs-7a0952506fec785c0e90d6ac1afbc189fa616563.zip | |
($(DOC)): Use $(THISDIR) instead of . in
invocation of make-docfile, to work with Windows 2000.
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" |