On Wed, 2021-01-13 at 09:18 +0100, Piotr Jankowski wrote:
> At least on GNU Make 3.81 the one with the equal sign does not work.
> It does not cause a visible error but does not work.
It works fine for all versions of GNU make 3.82 and above; 3.82 was
released in July 2010. The online manual docu
Hi,
I possibly discovered a bug in the documentation on the manual page hosted
at:
https://www.gnu.org/software/make/manual/html_node/Eval-Function.html
In the example makefile:
define PROGRAM_template =
$(1): $$($(1)_OBJS) $$($(1)_LIBS:%=-l%)
ALL_OBJS += $$($(1)_OBJS)
endef
Should probabl