Fix 'make clean' to remove stamp-host file in libstdc++-v3/include.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 2 Sep 2009 22:03:32 +0000 (22:03 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Wed, 2 Sep 2009 22:03:32 +0000 (22:03 +0000)
libstdc++-v3/:
PR libstdc++/41220
* include/Makefile.am (CLEANFILES): Add stamp-host.
* include/Makefile.in: Regenerate.

From-SVN: r151351

libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in

index dae73aef1e1f6bac8f0a9a9432ca5980dd6d91a2..b58d086b9bab3c108c0abc1f1ef09eea0cd37a74 100644 (file)
@@ -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
index b0fc483f20b57b900f5198c7802f4fcf16d079c4..55d02364d11953cc3c36a14108cc67e58bd291d1 100644 (file)
@@ -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:
index f641d8d51234b4d9054a43063e2cb3a68efbb1b4..47995ef7d8f6df469fe76fd164e05720201f5a10 100644 (file)
@@ -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: