remove ref to removed install_dyndns rule

This commit is contained in:
2026-07-05 22:47:45 +01:00
parent b64f8ddffa
commit ce8017c6d2
+1 -1
View File
@@ -5,7 +5,7 @@ dyndns_crontabs_to_remove = $(dyndns_subdomains_to_remove:%=/etc/periodic/daily/
define install_dyndns_module_rule = define install_dyndns_module_rule =
.PHONY: install_dyndns_$(module) .PHONY: install_dyndns_$(module)
install_dyndns_module_$(module): $(if $(SUBDOMAIN_$(module)),/etc/periodic/daily/dyndns-$(SUBDOMAIN_$(module)).joeac.net install_dyndns) install_dyndns_module_$(module): $(if $(SUBDOMAIN_$(module)),/etc/periodic/daily/dyndns-$(SUBDOMAIN_$(module)).joeac.net)
endef endef
define reinstall_dyndns_module_rule = define reinstall_dyndns_module_rule =