From 9cabb1053d90aa21bb1cdceb18a63a904f3aea0d Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 3 Jul 2026 09:24:26 +0100 Subject: [PATCH] adds missing dollar in uninstall_module --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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