($(DOC)): Use $(THISDIR) instead of . in
invocation of make-docfile, to work with Windows 2000.
This commit is contained in:
parent
277277b7eb
commit
7a0952506f
1 changed files with 2 additions and 2 deletions
|
@ -204,8 +204,8 @@ lisp= \
|
|||
DOC = DOC
|
||||
$(DOC): $(BLD)/make-docfile.exe
|
||||
- $(DEL) $(DOC)
|
||||
"./$(BLD)/make-docfile" -d ../src $(obj) > $(DOC)
|
||||
"./$(BLD)/make-docfile" -d ../src $(lisp) >> $(DOC)
|
||||
"$(THISDIR)/$(BLD)/make-docfile" -d ../src $(obj) > $(DOC)
|
||||
"$(THISDIR)/$(BLD)/make-docfile" -d ../src $(lisp) >> $(DOC)
|
||||
$(CP) $(DOC) ../etc/DOC-X
|
||||
- mkdir "../src/$(OBJDIR)"
|
||||
- mkdir "../src/$(OBJDIR)/etc"
|
||||
|
|
Loading…
Add table
Reference in a new issue