From de35b739a849d6bc6d1b0978dbcdc737dd709c89 Mon Sep 17 00:00:00 2001 From: Nathan Myers Date: Mon, 8 Sep 2025 15:33:23 -0400 Subject: [PATCH] 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. --- libstdc++-v3/src/c++20/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3