summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-03 09:24:26 +0100
committerJoe Carstairs <me@joeac.net>2026-07-03 10:17:07 +0100
commit9cabb1053d90aa21bb1cdceb18a63a904f3aea0d (patch)
tree05ed3850cb97ffdce52639b32af121af981376ec
parentcaa2f2d59ce1648fda0adf56886ec8598b98e7df (diff)
adds missing dollar in uninstall_module
-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