]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 44d88e4280e3e1811a8a7e393565eef316ff5565..254384368eab872b028fbb742c5c30ff76c84e5d 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 09647ded8eb48432bb650af3e30dcaea4d378c77..fa68d2ec7573e6b45107046703a89df8d5db1c7c 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;"