diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-10-21 17:36:59 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-10-21 17:36:59 +0000 |
commit | c3220510b4c97c080fbb640cb124efd2ecb36b59 (patch) | |
tree | 54b3434eae5e6b38deebcbf4ed34d4f7fc09d114 | |
parent | 1f9b3087bb3a84f3d7f5934b915b1a26c89d6047 (diff) | |
download | gcc-c3220510b4c97c080fbb640cb124efd2ecb36b59.zip gcc-c3220510b4c97c080fbb640cb124efd2ecb36b59.tar.gz gcc-c3220510b4c97c080fbb640cb124efd2ecb36b59.tar.bz2 |
Fix typo in ChangeLog
From-SVN: r72762
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9f44e80..b926733 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,10 +1,13 @@ +2003-10-21 Mark Mitchell <mark@codesourcery.com> + + * Makefile.in ($(docobjdir)/%.info): Honor BUILD_INFO. + 2003-10-21 Andrew Haley <aph@redhat.com> * varasm.c (output_constructor): Annotate constructor. 2003-10-21 Mark Mitchell <mark@codesourcery.com> - * Makefile.in ($(docobjdir)/%.info): Honor BUILD_INFO. * Makefile.in ($(DESTDIR)$(infodir)/%.info): Conditionalize chmod on existence of destination file. |