diff options
author | Rafael Espindola <espindola@gcc.gnu.org> | 2006-02-23 20:32:24 +0000 |
---|---|---|
committer | Rafael Espindola <espindola@gcc.gnu.org> | 2006-02-23 20:32:24 +0000 |
commit | 072b06f2dce99ea6fe42d7ec20ab152019c5f40b (patch) | |
tree | b082c59e81ab8c0e4010a4d88c92a1e69248b5f6 | |
parent | 4c63b7829829e50dd0f33129c27b49c8a7cb6166 (diff) | |
download | gcc-072b06f2dce99ea6fe42d7ec20ab152019c5f40b.zip gcc-072b06f2dce99ea6fe42d7ec20ab152019c5f40b.tar.gz gcc-072b06f2dce99ea6fe42d7ec20ab152019c5f40b.tar.bz2 |
add missing full stops in the changelog of a previous patch
From-SVN: r111394
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,10 +4,10 @@ (Language Front End Maintainers): Add myself as fortran 95 maintainer. 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com> - * Makefile.tpl (BUILD_CONFIGDIRS): Remove - (TARGET_CONFIGDIRS): Remove - * configure.in: Remove AC_SUBST(target_configdirs) - * Makefile.in, configure: Regenerated + * Makefile.tpl (BUILD_CONFIGDIRS): Remove. + (TARGET_CONFIGDIRS): Remove. + * configure.in: Remove AC_SUBST(target_configdirs). + * Makefile.in, configure: Regenerated. 2006-02-20 Steven G. Kargl <kargls@comcast.net> |