diff options
author | Michael Chastain <mec@shout.net> | 2001-03-21 17:53:42 +0000 |
---|---|---|
committer | Michael Chastain <mec@shout.net> | 2001-03-21 17:53:42 +0000 |
commit | c0fb395ff347d5e46552c626b6684d0db53ae7f7 (patch) | |
tree | cbeabe7d41641f67931cfa7fb5c16f167ba453c7 | |
parent | 99a40adcd9354a838d1e361935e33e4c064435d8 (diff) | |
download | cygnal-c0fb395ff347d5e46552c626b6684d0db53ae7f7.tar.gz cygnal-c0fb395ff347d5e46552c626b6684d0db53ae7f7.tar.bz2 cygnal-c0fb395ff347d5e46552c626b6684d0db53ae7f7.zip |
2001-03-20 Michael Chastain <chastain@redhat.com>
* Makefile.in: all-m4 depends on all-texinfo.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 ac58f9741..65b9cc0b2 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) |