OSDN Git Service

* include/tr1/memory: New file.
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / include / Makefile.in
index e73c81d..7df1e28 100644 (file)
@@ -445,6 +445,7 @@ tr1_builddir = ./tr1
 tr1_headers = \
        ${tr1_srcdir}/array \
        ${tr1_srcdir}/functional \
+       ${tr1_srcdir}/memory \
        ${tr1_srcdir}/tuple \
        ${tr1_srcdir}/utility \
        ${tr1_srcdir}/type_traits \
@@ -944,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}
-       touch ${pch_input}; \
+       cp ${pch_source} ${pch_input}; \
        if [ ! -d "${pch_output_builddir}" ]; then \
          mkdir -p ${pch_output_builddir}; \
        fi; \