]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: fix makefile.in for syncbuf.lo
authorNathan Myers <ncm@cantrip.org>
Mon, 8 Sep 2025 19:33:23 +0000 (15:33 -0400)
committerNathan Myers <ncm@cantrip.org>
Mon, 8 Sep 2025 19:41:14 +0000 (15:41 -0400)
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

index 1e005ae3c14e7635d3b2f13e1f7e0e5894490a6a..104ee597b5ec74c8880324107e28de78eb6686d1 100644 (file)
@@ -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)