2002-03-08 Daniel Jacobowitz <drow@mvista.com>

* Makefile.in (distclean): Remove config.cache, stamp-h, and
        config.status.
This commit is contained in:
Daniel Jacobowitz
2002-03-08 19:09:38 +00:00
parent 3eb2510c38
commit c2fb7d4fbc
2 changed files with 6 additions and 0 deletions

View File

@@ -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.

View File

@@ -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;"