Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in (info): Added dependency on all-texinfo (PR 2112).
This commit is contained in:
parent
ff975a2c4c
commit
ff9d0fd580
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||
|
||||
* Makefile.in (info): Added dependency on all-texinfo (PR 2112).
|
||||
|
||||
Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
|
||||
|
||||
* Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
|
||||
|
|
|
@ -300,7 +300,11 @@ all: $(ALL)
|
|||
.PHONY: all check dvi info install-info
|
||||
.NOEXPORT:
|
||||
|
||||
info check dvi:
|
||||
info: all-texinfo
|
||||
@rootme=`pwd` ; export rootme ; \
|
||||
$(MAKE) $(FLAGS_TO_PASS) DO=info "DODIRS=$(SUBDIRS)" subdir_do
|
||||
|
||||
check dvi:
|
||||
@rootme=`pwd` ; export rootme ; \
|
||||
$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue