aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in6
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3944f6c..69569ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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