From: Jonathan Wakely Date: Tue, 22 Feb 2005 00:17:16 +0000 (+0000) Subject: Makefile.am, [...]: Fix accidental extra change from previous commit. X-Git-Tag: releases/gcc-4.0.0~679 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=665794a6c42fc7a9eb31cd12522db01ff4c652e1;p=thirdparty%2Fgcc.git Makefile.am, [...]: Fix accidental extra change from previous commit. * include/Makefile.am, include/Makefile.in: Fix accidental extra change from previous commit. From-SVN: r95366 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6f5294a31c42..8956f417dd8b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2005-02-22 Jonathan Wakely + + * include/Makefile.am, include/Makefile.in: Fix accidental extra + change from previous commit. + 2005-02-21 Jonathan Wakely * include/tr1/memory: New file. diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index 20136b2c237f..ad4930ce9219 100644 --- a/libstdc++-v3/include/Makefile.am +++ b/libstdc++-v3/include/Makefile.am @@ -570,7 +570,7 @@ ${host_builddir}/gthr-default.h: ${toplevel_srcdir}/gcc/${glibcxx_thread_h} \ # Build a precompiled C++ include, stdc++.h.gch. ${pch_input}: ${allstamped} ${host_builddir}/c++config.h ${pch_source} - cp ${pch_source} ${pch_input}; \ + touch ${pch_input}; \ if [ ! -d "${pch_output_builddir}" ]; then \ mkdir -p ${pch_output_builddir}; \ fi; \ diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in index 7df1e28bd851..50c002413fc9 100644 --- a/libstdc++-v3/include/Makefile.in +++ b/libstdc++-v3/include/Makefile.in @@ -945,7 +945,7 @@ ${host_builddir}/gthr-default.h: ${toplevel_srcdir}/gcc/${glibcxx_thread_h} \ # Build a precompiled C++ include, stdc++.h.gch. ${pch_input}: ${allstamped} ${host_builddir}/c++config.h ${pch_source} - cp ${pch_source} ${pch_input}; \ + touch ${pch_input}; \ if [ ! -d "${pch_output_builddir}" ]; then \ mkdir -p ${pch_output_builddir}; \ fi; \