Skip to content

Conversation

@yutaro-sakamoto
Copy link
Contributor

In order to fix the following error generated by autoreconf, this pull request removes an extra backslashes in tests/Makefile.am and tests/Makefile.in

aclocal: warning: couldn't open directory 'm4': No such file or directory
bin/Makefile.am:24: warning: variable 'cobcrun_SOURCES' is defined but no program or
bin/Makefile.am:24: library has 'cobcrun' as canonical name (possible typo)
cobj/Makefile.am:33: warning: '%'-style pattern rules are a GNU make extension
cobj/Makefile.am:36: warning: '%'-style pattern rules are a GNU make extension
cobj/Makefile.am:39: warning: '%'-style pattern rules are a GNU make extension
libcobj/Makefile.am:70: warning: whitespace following trailing backslash
tests/Makefile.am:267: error: blank line following trailing backslash
tests/Makefile.am:297: warning: '%'-style pattern rules are a GNU make extension
tests/Makefile.am:201: warning: variable 'cobj_idx_DEPENDENCIES' is defined but no program or
tests/Makefile.am:201: library has 'cobj_idx' as canonical name (possible typo)
tests/Makefile.am:115: warning: variable 'cobol_utf8_DEPENDENCIES' is defined but no program or
tests/Makefile.am:115: library has 'cobol_utf8' as canonical name (possible typo)
tests/Makefile.am:163: warning: variable 'command_line_options_DEPENDENCIES' is defined but no program or
tests/Makefile.am:163: library has 'command_line_options' as canonical name (possible typo)
tests/Makefile.am:81: warning: variable 'data_rep_DEPENDENCIES' is defined but no program or
tests/Makefile.am:81: library has 'data_rep' as canonical name (possible typo)
tests/Makefile.am:104: warning: variable 'i18n_sjis_DEPENDENCIES' is defined but no program or
tests/Makefile.am:104: library has 'i18n_sjis' as canonical name (possible typo)
tests/Makefile.am:90: warning: variable 'i18n_utf8_DEPENDENCIES' is defined but no program or
tests/Makefile.am:90: library has 'i18n_utf8' as canonical name (possible typo)
tests/Makefile.am:211: warning: variable 'indexed_lock_DEPENDENCIES' is defined but no program or
tests/Makefile.am:211: library has 'indexed_lock' as canonical name (possible typo)
tests/Makefile.am:131: warning: variable 'jp_compat_DEPENDENCIES' is defined but no program or
tests/Makefile.am:131: library has 'jp_compat' as canonical name (possible typo)
tests/Makefile.am:68: warning: variable 'run_DEPENDENCIES' is defined but no program or
tests/Makefile.am:68: library has 'run' as canonical name (possible typo)
tests/Makefile.am:49: warning: variable 'syntax_DEPENDENCIES' is defined but no program or
tests/Makefile.am:49: library has 'syntax' as canonical name (possible typo)
autoreconf: automake failed with exit status: 1

Copilot AI review requested due to automatic review settings November 4, 2025 02:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes trailing backslashes from the last line of the misc_DEPENDENCIES variable definition in both Makefile.in and Makefile.am. The backslashes were unnecessary continuation characters that would cause issues since there are no more lines to continue to.

  • Removed trailing backslash from the last entry in misc_DEPENDENCIES lists in Makefile templates

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
tests/Makefile.in Removed trailing backslash from last line of misc_DEPENDENCIES variable definition
tests/Makefile.am Removed trailing backslash from last line of misc_DEPENDENCIES variable definition

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

@kio-watanabe kio-watanabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, that was my mistake.
Thanks for the fix! Approved.

@yutaro-sakamoto yutaro-sakamoto merged commit 9487422 into opensourcecobol:develop Nov 4, 2025
414 of 441 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants