Commit 665794a6 by Jonathan Wakely

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
parent 80ad2e57
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.
......
......@@ -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; \
......
......@@ -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; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment