summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-05 22:47:45 +0100
committerJoe Carstairs <me@joeac.net>2026-07-05 22:47:45 +0100
commitce8017c6d24a7e8b6bb3fdcbea45d6e8abfc91f6 (patch)
tree21ac035e8bfa75b510dc41e8c8cc581577b9d23c /make
parentb64f8ddffac0e152fe1fe6471d460e3c0732c696 (diff)
remove ref to removed install_dyndns rule
Diffstat (limited to 'make')
-rw-r--r--make/dyndns.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/dyndns.mk b/make/dyndns.mk
index 3d7f126..20490a9 100644
--- a/make/dyndns.mk
+++ b/make/dyndns.mk
@@ -5,7 +5,7 @@ dyndns_crontabs_to_remove = $(dyndns_subdomains_to_remove:%=/etc/periodic/daily/
define install_dyndns_module_rule =
.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
define reinstall_dyndns_module_rule =