Make completion fails with .SECONDARY
Bug #1837267 reported by
Paul Draper
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bash-completion (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Ubuntu 18.04
Version 1:2.8-1ubuntu1
Succeeds on the following Makefile:
---
exampletarget:
echo example
---
But fails on this:
---
.SECONDARY:
exampletarget:
echo example
---
To post a comment you must log in.