summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/Makefile-bin-vars.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/Makefile-bin-vars.in b/distrib/Makefile-bin-vars.in
index cb69ac675e..d213498835 100644
--- a/distrib/Makefile-bin-vars.in
+++ b/distrib/Makefile-bin-vars.in
@@ -34,7 +34,8 @@ pdfdir = $(docdir)
PERL = @PerlCmd@
SH = /bin/sh
-RM = rm -f
+RM = rm
+RM_OPTS = -f
MV = mv
CP = cp
LN_S = @LN_S@