OSDN Git Service

* include/Makefile.am, include/Makefile.in: Fix accidental extra
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Feb 2005 00:17:16 +0000 (00:17 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Feb 2005 00:17:16 +0000 (00:17 +0000)
change from previous commit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95366 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 6f5294a..8956f41 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 20136b2..ad4930c 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 7df1e28..50c0024 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; \