]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-12-01 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 1 Dec 2002 18:40:30 +0000 (18:40 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 1 Dec 2002 18:40:30 +0000 (18:40 +0000)
From DanielJ and GDB 5.2 branch
* Makefile.in (distclean): Remove config.cache, stamp-h, and
config.status config.h..

intl/ChangeLog
intl/Makefile.in

index 44d88e4280e3e1811a8a7e393565eef316ff5565..55b5363e28fdff59ab70d35c796177409a4566a5 100644 (file)
@@ -1,3 +1,9 @@
+2002-12-01  Andrew Cagney  <ac131313@redhat.com>
+
+       From DanielJ and GDB 5.2 branch
+       * Makefile.in (distclean): Remove config.cache, stamp-h, and
+       config.status config.h..
+
 2002-01-21  Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
 
        * linux-msg.sed: Comment typo fix.
index 09647ded8eb48432bb650af3e30dcaea4d378c77..b7e789883950c363d8c319425cd383f5ed708851 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 config.h
 
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"