]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am, [...]: Fix accidental extra change from previous commit.
authorJonathan Wakely <redi@gcc.gnu.org>
Tue, 22 Feb 2005 00:17:16 +0000 (00:17 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 22 Feb 2005 00:17:16 +0000 (00:17 +0000)
* include/Makefile.am, include/Makefile.in: Fix accidental extra
change from previous commit.

From-SVN: r95366

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

index 6f5294a31c42c85e904c7ef49721b1bc5ec4d6c1..8956f417dd8b65f74ef2e14f23bd5555d71b1000 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-22  Jonathan Wakely  <redi@gcc.gnu.org>
+
+       * include/Makefile.am, include/Makefile.in: Fix accidental extra
+       change from previous commit.
+
 2005-02-21  Jonathan Wakely  <redi@gcc.gnu.org>
 
        * include/tr1/memory: New file.
index 20136b2c237fa575087749d8122b45b2e7949f88..ad4930ce9219d6234416f1670b0630a90cfe059d 100644 (file)
@@ -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; \
index 7df1e28bd8519d0d7df5feca19420e493c8208fd..50c002413fc9d4a98ad627df4b031271117e9d28 100644 (file)
@@ -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; \