($(DOC)): Use -o and -a options to make-docfile,
because GNU make doesn't append when using >> redirection.
This commit is contained in:
parent
dd4461ace4
commit
cf6d30d704
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-12-18 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile,
|
||||
because GNU make doesn't append when using >> redirection.
|
||||
|
||||
2002-12-12 Jonathan Kamens <jik@kamens.brookline.ma.us>
|
||||
|
||||
* b2m.pl: Make sure every message ends with a blank line, because
|
||||
|
|
|
@ -225,8 +225,8 @@ lisp= \
|
|||
DOC = DOC
|
||||
$(DOC): make-docfile
|
||||
- $(DEL) $(DOC)
|
||||
"$(THISDIR)/$(BLD)/make-docfile" -d ../src $(obj) > $(DOC)
|
||||
"$(THISDIR)/$(BLD)/make-docfile" -d ../src $(lisp) >> $(DOC)
|
||||
"$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj)
|
||||
"$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp)
|
||||
$(CP) $(DOC) ../etc/DOC-X
|
||||
- mkdir "../src/$(OBJDIR)"
|
||||
- mkdir "../src/$(OBJDIR)/etc"
|
||||
|
|
Loading…
Add table
Reference in a new issue