diff options
author | Jim Blandy <jimb@codesourcery.com> | 2004-12-09 21:59:14 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2004-12-09 21:59:14 +0000 |
commit | e83a0e652791c8b73cfe8db8d83331ea27ddc7d2 (patch) | |
tree | 9733dd7a573f25c6d63612bd313893154034edfe | |
parent | 0082d4cf57e3ed9d13ff882a95ff0f7d9dd458d4 (diff) | |
download | cygnal-e83a0e652791c8b73cfe8db8d83331ea27ddc7d2.tar.gz cygnal-e83a0e652791c8b73cfe8db8d83331ea27ddc7d2.tar.bz2 cygnal-e83a0e652791c8b73cfe8db8d83331ea27ddc7d2.zip |
* MAINTAINERS: List 'depcomp' as part of automake.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | MAINTAINERS | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2004-12-09 Jim Blandy <jimb@redhat.com> + + * MAINTAINERS: List 'depcomp' as part of automake. + 2004-12-08 David Edelsohn <edelsohn@gnu.org> * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET. diff --git a/MAINTAINERS b/MAINTAINERS index ef4a825ed..1b54419ea 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -36,6 +36,9 @@ dejagnu/ dejagnu: http://www.gnu.org/software/dejagnu/ Patches to bug-dejagnu@gnu.org +depcomp + Send bug reports and patches to bug-automake@gnu.org. + gdb/; mmalloc/; readline/; sim/; GDB's part of include/ & dejagnu/ gdb: http://sources.redhat.com/gdb/ Patches to gdb-patches@sources.redhat.com. |