From: Ian Lynagh Date: Tue, 2 Jun 2009 12:46:44 +0000 (+0000) Subject: Follow the change in RM's definition in distrib/Makefile-bin-vars.in X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a58347c450fec3178e6bb4d19f2a9ea63340c18e;p=ghc-hetmet.git Follow the change in RM's definition in distrib/Makefile-bin-vars.in --- 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@