2002-03-08 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Fri, 8 Mar 2002 19:09:38 +0000 (19:09 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 8 Mar 2002 19:09:38 +0000 (19:09 +0000)
        * Makefile.in (distclean): Remove config.cache, stamp-h, and
        config.status.

intl/ChangeLog
intl/Makefile.in

index 44d88e4..2543843 100644 (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.
index 09647de..fa68d2e 100644 (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;"