diff options
author | Michael Chastain <chastain@redhat.com> | 2001-03-21 19:34:08 +0000 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2001-03-21 14:34:08 -0500 |
commit | 191de4070914f7d669d4e81446ef0fc644ee7978 (patch) | |
tree | 4a57b540342549b576638fc8e314c49aca6d1dcb | |
parent | 49ee944b8691ed7743816b8a995cb20b64ce7cbf (diff) | |
download | gcc-191de4070914f7d669d4e81446ef0fc644ee7978.zip gcc-191de4070914f7d669d4e81446ef0fc644ee7978.tar.gz gcc-191de4070914f7d669d4e81446ef0fc644ee7978.tar.bz2 |
* Makefile.in: all-m4 depends on all-texinfo.
From-SVN: r40707
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-03-21 Michael Chastain <chastain@redhat.com> + + * Makefile.in: all-m4 depends on all-texinfo. + 2001-03-20 Loren J. Rittle <ljrittle@acm.org> * MAINTAINERS: Add myself to write after approval list. diff --git a/Makefile.in b/Makefile.in index f2aad00..cf55fea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1631,7 +1631,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) |