From: Ralf Wildenhues Date: Wed, 2 Sep 2009 22:03:32 +0000 (+0000) Subject: Fix 'make clean' to remove stamp-host file in libstdc++-v3/include. X-Git-Tag: releases/gcc-4.5.0~3717 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865dfe398b530c3c952d031d2c9a1d212be01c23;p=thirdparty%2Fgcc.git Fix 'make clean' to remove stamp-host file in libstdc++-v3/include. libstdc++-v3/: PR libstdc++/41220 * include/Makefile.am (CLEANFILES): Add stamp-host. * include/Makefile.in: Regenerate. From-SVN: r151351 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index dae73aef1e1f..b58d086b9bab 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2009-09-02 Ralf Wildenhues + + PR libstdc++/41220 + * include/Makefile.am (CLEANFILES): Add stamp-host. + * include/Makefile.in: Regenerate. + 2009-09-02 Joseph Myers * testsuite/lib/libstdc++.exp (libstdc++_init): Copy .tcc files diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index b0fc483f20b5..55d02364d119 100644 --- a/libstdc++-v3/include/Makefile.am +++ b/libstdc++-v3/include/Makefile.am @@ -1223,7 +1223,7 @@ install-headers: $(INSTALL_DATA) $${file} $(DESTDIR)${host_installdir}; done # By adding these files here, automake will remove them for 'make clean' -CLEANFILES = ${pch_output} ${pch_output_anchors} +CLEANFILES = ${pch_output} ${pch_output_anchors} stamp-host # To remove directories. clean-local: diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in index f641d8d51234..47995ef7d8f6 100644 --- a/libstdc++-v3/include/Makefile.in +++ b/libstdc++-v3/include/Makefile.in @@ -1098,7 +1098,7 @@ allcreated = \ uppercase = [ABCDEFGHIJKLMNOPQRSTUVWXYZ_] # By adding these files here, automake will remove them for 'make clean' -CLEANFILES = ${pch_output} ${pch_output_anchors} +CLEANFILES = ${pch_output} ${pch_output_anchors} stamp-host all: all-am .SUFFIXES: