diff options
author | Ian Lynagh <igloo@earth.li> | 2009-06-02 12:46:44 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-06-02 12:46:44 +0000 |
commit | a58347c450fec3178e6bb4d19f2a9ea63340c18e (patch) | |
tree | e422f6f195c186dd3231bfbeda980b68c0ee24f3 /distrib | |
parent | 0a7a51d7faab28b2bc1aa5998ed36e9f60ecb1e5 (diff) | |
download | haskell-a58347c450fec3178e6bb4d19f2a9ea63340c18e.tar.gz |
Follow the change in RM's definition in distrib/Makefile-bin-vars.in
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/Makefile-bin-vars.in | 3 |
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@ |