X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/af35f96d77cd8ae1b6fb5332509ba115f07fefb5..1b37857b238cae679dedf2c837358ad30212e134:/GNUmakefile

diff --git a/GNUmakefile b/GNUmakefile
index 3161ecd..f7809ed 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -575,7 +575,7 @@ listout :
 
 # Destroy installed files.
 uninstall :
-	$(foreach file,$(installablefiles),$(if $(wildcard $(call installed,$(file))),$(silent)$(PRINTF) '%s\n' $(call quote,Removing </$(patsubst $(DESTDIR)/%,%,$(call installed,$(file)))>…)$(newline)$(silent)$(RM) -f $(call quote,$(call installed,$(file)))$(newline),))
+	$(foreach file,$(installablefiles),$(if $(wildcard $(call installed,$(file))),$(silent)$(PRINTF) '%s\n' $(call quote,Removing </$(patsubst $(DESTDIR)/%,%,$(call installed,$(file)))>…)$(newline)$(silent)$(RM) -f -R $(call quote,$(call installed,$(file)))$(newline),))
 
 # Raise an error when attempting to build any files with recursive dependencies.
 $(call built,$(recursivefiles)) :