From: Ben Elliston Date: Mon, 16 Jun 2008 02:52:01 +0000 (+0000) Subject: boostrap/27367 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b965a066bb535eadd7f9556f8f39087c0bb00bbd;p=thirdparty%2Fgcc.git boostrap/27367 Backport from mainline: 2008-04-18 Ben Elliston * Makefile.in (distclean): Add gstdint.h. From-SVN: r136837 --- diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index 0f3f6ee93bad..54b0a64ed153 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -1,3 +1,11 @@ +2008-06-16 Ben Elliston + + boostrap/27367 + Backport from mainline: + + 2008-04-18 Ben Elliston + * Makefile.in (distclean): Add gstdint.h. + 2008-05-19 Release Manager * GCC 4.2.4 released. diff --git a/libdecnumber/Makefile.in b/libdecnumber/Makefile.in index c020e0b7a073..10c84b9839d9 100644 --- a/libdecnumber/Makefile.in +++ b/libdecnumber/Makefile.in @@ -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"