Follow the change in RM's definition in distrib/Makefile-bin-vars.in
authorIan Lynagh <igloo@earth.li>
Tue, 2 Jun 2009 12:46:44 +0000 (12:46 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 2 Jun 2009 12:46:44 +0000 (12:46 +0000)
distrib/Makefile-bin-vars.in

index cb69ac6..d213498 100644 (file)
@@ -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@