Commit 4bca22f3 by Jakub Jelinek Committed by Jakub Jelinek

re PR bootstrap/51985 (Bootstrap failure due to revision 183457)

	PR bootstrap/51985
	* src/c++98/Makefile.am (libc__98_la_SOURCES,
	libc__98convenience_la_SOURCES): Remove $(inst_sources).
	* src/c++98/Makefile.in: Regenerated.

From-SVN: r183556
parent 3d427cc1
2012-01-26 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/51985
* src/c++98/Makefile.am (libc__98_la_SOURCES,
libc__98convenience_la_SOURCES): Remove $(inst_sources).
* src/c++98/Makefile.in: Regenerated.
2012-01-25 Richard Sandiford <rdsandiford@googlemail.com>
* testsuite/20_util/system_clock/1.cc: Add dg-require-time.
......
......@@ -156,8 +156,8 @@ sources = \
vpath % $(top_srcdir)/src/c++98
vpath % $(top_srcdir)
libc__98_la_SOURCES = $(sources) $(inst_sources)
libc__98convenience_la_SOURCES = $(sources) $(inst_sources)
libc__98_la_SOURCES = $(sources)
libc__98convenience_la_SOURCES = $(sources)
# Use special rules for the deprecated source files so that they find
# deprecated include files.
......
......@@ -114,10 +114,10 @@ am__objects_6 = bitmap_allocator.lo pool_allocator.lo mt_allocator.lo \
math_stubs_long_double.lo stdexcept.lo strstream.lo tree.lo \
istream.lo streambuf.lo valarray.lo $(am__objects_1) \
$(am__objects_5)
am_libc__98_la_OBJECTS = $(am__objects_6) $(am__objects_2)
am_libc__98_la_OBJECTS = $(am__objects_6)
libc__98_la_OBJECTS = $(am_libc__98_la_OBJECTS)
libc__98convenience_la_LIBADD =
am_libc__98convenience_la_OBJECTS = $(am__objects_6) $(am__objects_2)
am_libc__98convenience_la_OBJECTS = $(am__objects_6)
libc__98convenience_la_OBJECTS = $(am_libc__98convenience_la_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp =
......@@ -423,8 +423,8 @@ sources = \
${host_sources} \
${host_sources_extra}
libc__98_la_SOURCES = $(sources) $(inst_sources)
libc__98convenience_la_SOURCES = $(sources) $(inst_sources)
libc__98_la_SOURCES = $(sources)
libc__98convenience_la_SOURCES = $(sources)
# Use special rules for the deprecated source files so that they find
# deprecated include files.
......
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