From 865dfe398b530c3c952d031d2c9a1d212be01c23 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Wed, 2 Sep 2009 22:03:32 +0000 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/include/Makefile.am | 2 +- libstdc++-v3/include/Makefile.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index dae73aef1e1..b58d086b9ba 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 b0fc483f20b..55d02364d11 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 f641d8d5123..47995ef7d8f 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: