aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Espindola <espindola@gcc.gnu.org>2006-02-23 20:32:24 +0000
committerRafael Espindola <espindola@gcc.gnu.org>2006-02-23 20:32:24 +0000
commit072b06f2dce99ea6fe42d7ec20ab152019c5f40b (patch)
treeb082c59e81ab8c0e4010a4d88c92a1e69248b5f6
parent4c63b7829829e50dd0f33129c27b49c8a7cb6166 (diff)
downloadgcc-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--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c8448f7..62bb31c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>