diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 2010-02-17 11:02:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2010-02-17 11:02:32 +0000 |
commit | 96e41f16111dff01330090bdf037242a22b430a9 (patch) | |
tree | bf9f375f01fe4b811ad62e4e5741b4b2df868deb | |
parent | e50390fc024ab252284c4199227d64bde7a821f9 (diff) | |
download | gcc-96e41f16111dff01330090bdf037242a22b430a9.zip gcc-96e41f16111dff01330090bdf037242a22b430a9.tar.gz gcc-96e41f16111dff01330090bdf037242a22b430a9.tar.bz2 |
oops - add changelog entry for previous delta.
From-SVN: r156829
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ * Makefile.tpl (local-distclean): Also remove config.cache files in sub-directories as there may not be Makefiles present in the sub-directories. + * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete + the config.cache files found by the find command. + * Makefile.in: Regenerate. * configure.ac: Revert previous delta. * configure: Regenerate. |