summaryrefslogtreecommitdiff
path: root/gnattools
diff options
context:
space:
mode:
Diffstat (limited to 'gnattools')
-rw-r--r--gnattools/ChangeLog5
-rw-r--r--gnattools/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog
index bdcd968f308..18aa7021d66 100644
--- a/gnattools/ChangeLog
+++ b/gnattools/ChangeLog
@@ -1,3 +1,8 @@
+2016-04-04 Segher Boessenkool <segher@kernel.crashing.org>
+
+ PR bootstrap/70173
+ * Makefile.in (distclean): Also delete config.cache .
+
2015-12-06 Eric Botcazou <ebotcazou@adacore.com>
PR ada/50048
diff --git a/gnattools/Makefile.in b/gnattools/Makefile.in
index 0c889eeec7b..f949ca9b34b 100644
--- a/gnattools/Makefile.in
+++ b/gnattools/Makefile.in
@@ -309,7 +309,7 @@ mostlyclean:
clean:
distclean:
- $(RM) Makefile config.status config.log
+ $(RM) Makefile config.status config.log config.cache
maintainer-clean: