diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-03-08 19:09:38 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-03-08 19:09:38 +0000 |
commit | c2fb7d4fbcc5aff01c1c6c1fe48216eb2c786a6a (patch) | |
tree | 938fa8d951b421bfb31853e43883d8570f880ee6 | |
parent | 3eb2510c381929be431b6e72e09cdf46df840166 (diff) | |
download | gdb-c2fb7d4fbcc5aff01c1c6c1fe48216eb2c786a6a.zip gdb-c2fb7d4fbcc5aff01c1c6c1fe48216eb2c786a6a.tar.gz gdb-c2fb7d4fbcc5aff01c1c6c1fe48216eb2c786a6a.tar.bz2 |
2002-03-08 Daniel Jacobowitz <drow@mvista.com>
* Makefile.in (distclean): Remove config.cache, stamp-h, and
config.status.
-rw-r--r-- | intl/ChangeLog | 5 | ||||
-rw-r--r-- | intl/Makefile.in | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog index 44d88e4..2543843 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,8 @@ +2002-03-08 Daniel Jacobowitz <drow@mvista.com> + + * Makefile.in (distclean): Remove config.cache, stamp-h, and + config.status. + 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 09647de..fa68d2e 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 maintainer-clean: distclean @echo "This command is intended for maintainers to use;" |