mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +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:
@ -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)
|
Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
|
* 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
|
.PHONY: all check dvi info install-info
|
||||||
.NOEXPORT:
|
.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 ; \
|
@rootme=`pwd` ; export rootme ; \
|
||||||
$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
|
$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user