zabbix: fix compile skipped due to line continuation
authorDaniel F. Dickinson <redacted>
Mon, 2 Feb 2026 13:08:06 +0000 (08:08 -0500)
committerMichael Heimpold <redacted>
Wed, 4 Feb 2026 19:38:34 +0000 (20:38 +0100)
commit8bc0c6c7cf83289d44ac03273d8a044db8cd8f9c
treed906aeb7928b29cbce66e59934cde39d3b968b42
parent9d8ac9df17a7b7047919cffb4a0742d547dfe91d
zabbix: fix compile skipped due to line continuation

Using line continuation (\\) in GNU Make \$(foreach ...) and
\$(call ...) resulted in the install section for many of the packages
not being defined. This resulted in 'skipping [package-name] no install
section' messages and no new package being generated.

We remove the line continuation from the parts foreach and call, in
ordeer to restore compilation and creation of packages.

Signed-off-by: Daniel F. Dickinson <redacted>
admin/zabbix/Makefile
git clone https://git.99rst.org/PROJECT