Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-02-17 13:05:51 +0300
committerNick Clifton <nickc@redhat.com>2010-02-17 13:05:51 +0300
commitd4850f586d704a71d94eff534985a1a82e1dab51 (patch)
treec315f142cbd7a98c4e0734d3106f020318232e79 /ChangeLog
parentdc7992f47e546e76dfd3ad12c07daec57839bfff (diff)
PR 11238
* Makefile.tpl (local-distclean): Also remove config.cache files in sub-directories as there may not be Makefiles present in the sub-directories. * Makefile.in: Regenerate. * configure.ac: Revert previous delta. * configure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6aac96e9d..d319b1167 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-02-17 Nick Clifton <nickc@redhat.com>
+
+ PR 11238
+ * Makefile.tpl (local-distclean): Also remove config.cache files in
+ sub-directories as there may not be Makefiles present in the
+ sub-directories.
+ * Makefile.in: Regenerate.
+ * configure.ac: Revert previous delta.
+ * configure: Regenerate.
+
2010-02-15 Nick Clifton <nickc@redhat.com>
PR 11238