diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 09:24:26 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 10:17:07 +0100 |
| commit | 9cabb1053d90aa21bb1cdceb18a63a904f3aea0d (patch) | |
| tree | 05ed3850cb97ffdce52639b32af121af981376ec | |
| parent | caa2f2d59ce1648fda0adf56886ec8598b98e7df (diff) | |
adds missing dollar in uninstall_module
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
