summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-12-01 18:40:30 +0000
committerAndrew Cagney <cagney@redhat.com>2002-12-01 18:40:30 +0000
commite30c45ab624308fa0219f1e02f5fa73de1e75008 (patch)
tree20ad7b56d3bf1ba9510c3850c3a699f3849813d5
parent72c82e9588a7d441b3d7625efaf604e75018f579 (diff)
downloadbinutils-redhat-gdb_5_3-branch.tar.gz
2002-12-01 Andrew Cagney <ac131313@redhat.com>gdb_5_3-2002-12-12-releasegdb_5_3-branch
From DanielJ and GDB 5.2 branch * Makefile.in (distclean): Remove config.cache, stamp-h, and config.status config.h..
-rw-r--r--intl/ChangeLog6
-rw-r--r--intl/Makefile.in1
2 files changed, 7 insertions, 0 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index 44d88e4280..55b5363e28 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,9 @@
+2002-12-01 Andrew Cagney <ac131313@redhat.com>
+
+ From DanielJ and GDB 5.2 branch
+ * Makefile.in (distclean): Remove config.cache, stamp-h, and
+ config.status config.h..
+
2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
* linux-msg.sed: Comment typo fix.
diff --git a/intl/Makefile.in b/intl/Makefile.in
index 09647ded8e..b7e7898839 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -173,6 +173,7 @@ clean: mostlyclean
distclean: clean
rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h config.log
+ rm -f config.cache stamp-h config.status config.h
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"