]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
boostrap/27367
authorBen Elliston <bje@au.ibm.com>
Mon, 16 Jun 2008 02:52:01 +0000 (02:52 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 16 Jun 2008 02:52:01 +0000 (12:52 +1000)
Backport from mainline:

2008-04-18  Ben Elliston  <bje@au.ibm.com>
* Makefile.in (distclean): Add gstdint.h.

From-SVN: r136837

libdecnumber/ChangeLog
libdecnumber/Makefile.in

index 0f3f6ee93bad74024b047b5b03d92a33ef106f3a..54b0a64ed15396d1d80b3a0bda7a6b93fd987670 100644 (file)
@@ -1,3 +1,11 @@
+2008-06-16  Ben Elliston  <bje@au.ibm.com>
+
+       boostrap/27367
+       Backport from mainline:
+
+       2008-04-18  Ben Elliston  <bje@au.ibm.com>
+       * Makefile.in (distclean): Add gstdint.h.
+
 2008-05-19  Release Manager
 
        * GCC 4.2.4 released.
index c020e0b7a0733942c45ddf7db391bdb6c7f3106b..10c84b9839d99883514c32ef0fa1eb67df8b676d 100644 (file)
@@ -122,7 +122,7 @@ clean: mostlyclean
 distclean: clean
        -rm -f config.h stamp-h1 config.status config.cache config.log \
          configure.lineno configure.status.lineno Makefile localedir.h \
-         localedir.hs
+         localedir.hs gstdint.h
 
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use"