mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
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
@ -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…
Reference in New Issue
Block a user