summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-03-08 19:29:06 +0000
committerDaniel Jacobowitz <drow@false.org>2002-03-08 19:29:06 +0000
commit16d9535996559c0e663634769ec4f6b48af38563 (patch)
treef62223fd7e566d120a2f135a01da7e04e3008f17
parentd139d5aeecf36c55b5f30850db23e912c2c9a335 (diff)
downloadbinutils-gdb-16d9535996559c0e663634769ec4f6b48af38563.tar.gz
2002-03-08 Daniel Jacobowitz <drow@mvista.com>
* Makefile.in (distclean): Remove config.h.
-rw-r--r--intl/ChangeLog4
-rw-r--r--intl/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index d9cc110e91e..996df73db35 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,5 +1,9 @@
2002-03-08 Daniel Jacobowitz <drow@mvista.com>
+ * Makefile.in (distclean): Remove config.h.
+
+2002-03-08 Daniel Jacobowitz <drow@mvista.com>
+
* Makefile.in (distclean): Remove config.cache, stamp-h, and
config.status.
diff --git a/intl/Makefile.in b/intl/Makefile.in
index fa68d2ec757..b7e78988395 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -173,7 +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
+ rm -f config.cache stamp-h config.status config.h
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"