From a58347c450fec3178e6bb4d19f2a9ea63340c18e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 2 Jun 2009 12:46:44 +0000 Subject: [PATCH] Follow the change in RM's definition in distrib/Makefile-bin-vars.in --- distrib/Makefile-bin-vars.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distrib/Makefile-bin-vars.in b/distrib/Makefile-bin-vars.in index cb69ac6..d213498 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@ -- 1.7.10.4