From: Nathan Myers Date: Mon, 8 Sep 2025 19:33:23 +0000 (-0400) Subject: libstdc++: fix makefile.in for syncbuf.lo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de35b739a849d6bc6d1b0978dbcdc737dd709c89;p=thirdparty%2Fgcc.git libstdc++: fix makefile.in for syncbuf.lo This patch fixes Makefile.in to include mention of new syncbuf.lo. libstdc++-v3/Changelog: * src/c++20/Makefile.in: Mention syncbuf.lo. --- diff --git a/libstdc++-v3/src/c++20/Makefile.in b/libstdc++-v3/src/c++20/Makefile.in index 1e005ae3c14..104ee597b5e 100644 --- a/libstdc++-v3/src/c++20/Makefile.in +++ b/libstdc++-v3/src/c++20/Makefile.in @@ -121,7 +121,7 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libc__20convenience_la_LIBADD = -am__objects_1 = tzdb.lo format.lo atomic.lo clock.lo +am__objects_1 = tzdb.lo format.lo atomic.lo clock.lo syncbuf.lo @ENABLE_EXTERN_TEMPLATE_TRUE@am__objects_2 = sstream-inst.lo @GLIBCXX_HOSTED_TRUE@am_libc__20convenience_la_OBJECTS = \ @GLIBCXX_HOSTED_TRUE@ $(am__objects_1) $(am__objects_2)