aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-02-04 21:39:47 +0000
committerIan Lance Taylor <ian@airs.com>1993-02-04 21:39:47 +0000
commitff9d0fd580d4ee2ebe17a6b653a4c3d85d5f69d6 (patch)
tree30105ebe439cabbad4873625eed623fd357b3b0a /Makefile.in
parentff975a2c4c623ab8ae3e66c6a91e3bdb75424924 (diff)
downloadgdb-ff9d0fd580d4ee2ebe17a6b653a4c3d85d5f69d6.zip
gdb-ff9d0fd580d4ee2ebe17a6b653a4c3d85d5f69d6.tar.gz
gdb-ff9d0fd580d4ee2ebe17a6b653a4c3d85d5f69d6.tar.bz2
Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in (info): Added dependency on all-texinfo (PR 2112).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1649869..6fd4396 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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