aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2001-03-21 17:53:42 +0000
committerMichael Chastain <mec@google.com>2001-03-21 17:53:42 +0000
commitb0dad76219a3b884d7e9c7df867e885ba99b9288 (patch)
tree3745824fe5180d0e7d65c71bc749ddfc0d4ab566
parent64485362e8de1cf93e55c3498e2af97cbf520f4b (diff)
downloadfsf-binutils-gdb-b0dad76219a3b884d7e9c7df867e885ba99b9288.zip
fsf-binutils-gdb-b0dad76219a3b884d7e9c7df867e885ba99b9288.tar.gz
fsf-binutils-gdb-b0dad76219a3b884d7e9c7df867e885ba99b9288.tar.bz2
2001-03-20 Michael Chastain <chastain@redhat.com>
* Makefile.in: all-m4 depends on all-texinfo.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a7dadb..aaaef9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-20 Michael Chastain <chastain@redhat.com>
+
+ * Makefile.in: all-m4 depends on all-texinfo.
+
2001-03-08 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
diff --git a/Makefile.in b/Makefile.in
index ac58f97..65b9cc0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1630,7 +1630,7 @@ configure-target-libchill: $(ALL_GCC_C)
all-target-libchill: configure-target-libchill all-target-libiberty
configure-target-libobjc: $(ALL_GCC_C)
all-target-libobjc: configure-target-libobjc all-target-libiberty
-all-m4: all-libiberty
+all-m4: all-libiberty all-texinfo
all-make: all-libiberty
all-mmalloc:
configure-target-newlib: $(ALL_GCC)