diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-02 22:03:32 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-02 22:03:32 +0000 |
commit | a811d49acd5e57012b3b032ec44c21872abc9c79 (patch) | |
tree | ef79de3650b855dda4743e3d066fd04859e8b9dd /libstdc++-v3 | |
parent | 16c9337cf8172108f7c4230803c6aa0370807a94 (diff) | |
download | gcc-a811d49acd5e57012b3b032ec44c21872abc9c79.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151351 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/include/Makefile.am | 2 | ||||
-rw-r--r-- | 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 <Ralf.Wildenhues@gmx.de> + + PR libstdc++/41220 + * include/Makefile.am (CLEANFILES): Add stamp-host. + * include/Makefile.in: Regenerate. + 2009-09-02 Joseph Myers <joseph@codesourcery.com> * 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: |