summaryrefslogtreecommitdiff
path: root/dyndns.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dyndns.mk')
-rw-r--r--dyndns.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/dyndns.mk b/dyndns.mk
index 660bc20..4598c85 100644
--- a/dyndns.mk
+++ b/dyndns.mk
@@ -11,9 +11,9 @@ endef
define uninstall_dyndns_module_rule =
.PHONY: uninstall_dyndns_module_$(module)
uninstall_dyndns_module_$(module):
- $(if $(SUBDOMAIN_$(module)), \
- sudo rm -f /etc/periodic/daily/dyndns-$(SUBDOMAIN_$(module)).joeac.net
- )
+ $(if $(SUBDOMAIN_$(module)), \
+ sudo rm -f /etc/periodic/daily/dyndns-$(SUBDOMAIN_$(module)).joeac.net
+ )
endef
$(foreach module,$(ALL_MODULES), $(eval $(install_dyndns_module_rule)))