]> 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:35:21 +0000 (19:35 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 8 Mar 2002 19:35:21 +0000 (19:35 +0000)
        * Makefile.in (distclean): Remove config.h.

intl/ChangeLog
intl/Makefile.in

index 254384368eab872b028fbb742c5c30ff76c84e5d..996df73db354ac684f545a7850591dcebf2afd22 100644 (file)
@@ -1,4 +1,8 @@
-2002-03-08  Daniel Jacobowitz  <drow@mvista.com>  
+2002-03-08  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (distclean): Remove config.h.
+
+2002-03-08  Daniel Jacobowitz  <drow@mvista.com>
 
        * Makefile.in (distclean): Remove config.cache, stamp-h, and
        config.status.
index fa68d2ec7573e6b45107046703a89df8d5db1c7c..b7e789883950c363d8c319425cd383f5ed708851 100644 (file)
@@ -173,7 +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
+       rm -f config.cache stamp-h config.status config.h
 
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"