Skip to content

[Regression] make autocompletion skips install #1219

Open
@tsdgeos

Description

@tsdgeos

Describe the bug

To reproduce

  1. rename the Makefile.txt to Makefile (github won't let me upload it with it's correct name) and put it in a folder
  2. cd to 'directory_that_contains_attached_Makefile'
  3. Type 'make inst' and press the TAB key
  4. See that it autocompletes to make install/

Expected behavior

It should autocomplete to make install like it used to (given that there is an install target in the Makefile)

Versions (please complete the following information)

  • Operating system name/distribution and version: ArchLinux
  • bash version, echo "$BASH_VERSION": 5.2.26(1)-release
  • bash-completion version, (IFS=.; echo "${BASH_COMPLETION_VERSINFO[*]}"): 2.14.0

Additional context

This used to work with bash completion 2.11

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions