From 42df281ce29eeeb7497af17e20ee22bd7b5c2e17 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 25 Jan 2013 14:18:25 +0000 Subject: [PATCH] Don't remove files by force It shouldn't be necessary in general and exceptions should be dealt with manually. --- GNUmakefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 99a9e67e..a87b71ef 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.217 2013/01/25 14:17:15 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.218 2013/01/25 14:17:35 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2013 members of the # Privoxy team. http://www.privoxy.org/ @@ -113,7 +113,7 @@ GZIP_PROG = gzip #ID = id -u ID = id LD = @CC@ -RM = rm -f +RM = rm CP = cp -f RMDIR = rmdir MKDIR = ./mkinstalldirs -- 2.39.2