summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-03 10:28:22 +0100
committerJoe Carstairs <me@joeac.net>2026-07-03 10:28:22 +0100
commitb19ae63cebfb1bbca5a3834d22001c1d1d586673 (patch)
treec3359ff64822db90459ecebf8169db3b6b2ccb92 /Makefile
parent17c7e2446cfc5b02df4cc437a84d13e9e05b8132 (diff)
parent1dab2c159a62e48d9b3263bb40ddc781ebb4e891 (diff)
Merge branch 'main' of https://git.joeac.net/joeac/joeac.net
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 974b72a..8da5087 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ define uninstall_module_rule =
.PHONY: uninstall_$(module)
uninstall_$(module): uninstall_openrc_$(module) uninstall_dyndns_$(module)
$(if $(install_submake_file),\
- $(MAKE) --makefile=$(notdir (install_submake_file)) --directory $(dir $(install_submake_file)) uninstall
+ $(MAKE) --makefile=$(notdir $(install_submake_file)) --directory $(dir $(install_submake_file)) uninstall
)
endef