https://gcc.gnu.org/g:c48c6c0a50e45735783fc3a626a54e4a9c6bd36f
commit r16-5402-gc48c6c0a50e45735783fc3a626a54e4a9c6bd36f Author: James K. Lowden <[email protected]> Date: Tue Nov 18 12:26:12 2025 -0500 cobol: Correct Makefile.am from 809b32660990867052132c706a9c9fdef1766e8f Update lagging libgcobol/Makefile.am to match libgcobol/Makefile.in. libgcobol/ChangeLog: PR cobol/122702 * Makefile.am: Include posix/udf/posix-open.cbl. Diff: --- libgcobol/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libgcobol/Makefile.am b/libgcobol/Makefile.am index 53d168747e7e..183ddbb5f31b 100644 --- a/libgcobol/Makefile.am +++ b/libgcobol/Makefile.am @@ -59,6 +59,7 @@ libgcobol_la_SOURCES = \ libgcobol.cc \ posix/shim/errno.cc \ posix/shim/localtime.cc \ + posix/shim/open.cc \ posix/shim/stat.cc \ stringbin.cc \ valconv.cc \ @@ -72,6 +73,7 @@ nobase_libsubinclude_HEADERS = \ posix/udf/posix-exit.cbl \ posix/udf/posix-localtime.cbl \ posix/udf/posix-mkdir.cbl \ + posix/udf/posix-open.cbl \ posix/udf/posix-stat.cbl \ posix/udf/posix-unlink.cbl \ compat/gnu/lib/CBL_CHECK_FILE_EXIST.cbl \
