fix: Group Targets requires GNU Make >= 4.3
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 23 Mar 2021 18:20:21 +0000 (14:20 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Mar 2021 19:28:42 +0000 (15:28 -0400)
commit02275a1d8e68c32173b45f5a0e3b27d97007c840
tree23c5eef8a3f93a9da39e566530e72e1d956e3353
parent33b563d60bb08300f2879a7c67f5f6483ccf3943
fix: Group Targets requires GNU Make >= 4.3

Group Targets requires GNU Make >= 4.3 released in 2020, with older Make
release the syntax only results in a warning and most of the time it
will work fine since the rule is called and generates both files.
However it breaks the dependencies across files and makes the man pages
generation racy.

Use a less elegant workaround that is compatible with all Make
implementations.

Change-Id: I46a0488c6ff61082f641d8ee55ad2802c0bfa046
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/man/Makefile.am
This page took 0.024888 seconds and 4 git commands to generate.