Makefile.am: Revert last change.
2006-07-12 Benjamin Kosnik <bkoz@redhat.com> * include/Makefile.am: Revert last change. * include/Makefile.in: Same. From-SVN: r115402
This commit is contained in:
parent
5f89204ee8
commit
04dc169115
@ -1,3 +1,8 @@
|
||||
2006-07-12 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* include/Makefile.am: Revert last change.
|
||||
* include/Makefile.in: Same.
|
||||
|
||||
2006-07-12 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* include/Makefile.am (pch_output): Don't precompile extc++.h.
|
||||
|
@ -782,9 +782,9 @@ pch3_output_installdir = ${host_installdir}/extc++.h.gch
|
||||
pch3_output = ${pch3_output_builddir}/O2g.gch
|
||||
|
||||
|
||||
pch_output = ${pch1_output} ${pch2_output}
|
||||
pch_output = ${pch1_output} ${pch2_output} ${pch3_output}
|
||||
pch_output_dirs = \
|
||||
${pch1_output_builddir} ${pch2_output_builddir}
|
||||
${pch1_output_builddir} ${pch2_output_builddir} ${pch3_output_builddir}
|
||||
PCHFLAGS=-Winvalid-pch -Wno-deprecated -x c++-header $(CXXFLAGS)
|
||||
if GLIBCXX_BUILD_PCH
|
||||
pch_build = ${pch_output}
|
||||
|
@ -992,9 +992,9 @@ pch3_source = ${glibcxx_srcdir}/include/precompiled/extc++.h
|
||||
pch3_output_builddir = ${host_builddir}/extc++.h.gch
|
||||
pch3_output_installdir = ${host_installdir}/extc++.h.gch
|
||||
pch3_output = ${pch3_output_builddir}/O2g.gch
|
||||
pch_output = ${pch1_output} ${pch2_output}
|
||||
pch_output = ${pch1_output} ${pch2_output} ${pch3_output}
|
||||
pch_output_dirs = \
|
||||
${pch1_output_builddir} ${pch2_output_builddir}
|
||||
${pch1_output_builddir} ${pch2_output_builddir} ${pch3_output_builddir}
|
||||
|
||||
PCHFLAGS = -Winvalid-pch -Wno-deprecated -x c++-header $(CXXFLAGS)
|
||||
@GLIBCXX_BUILD_PCH_FALSE@pch_build =
|
||||
|
Loading…
Reference in New Issue
Block a user