aboutsummaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-05-08 15:22:00 +0000
committerIan Lynagh <igloo@earth.li>2010-05-08 15:22:00 +0000
commit2d3dea83b944442cc775fe8f6122d657174dcc9b (patch)
treeed1bbb9734c2c00da0cf5e46368d3ef984e5d214 /ghc.mk
parentc545e237063ca7341f696c5a352c0782be2c4d76 (diff)
GHC build system: Follow "rm" variable changes
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index 5e6b7633..bd0b9e0d 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -12,7 +12,7 @@ ifneq "$(BINDIST)" "YES"
$(INPLACE_BIN)/$(utils/haddock_dist_PROG): $(INPLACE_LIB)/html
$(INPLACE_LIB)/html:
- "$(RM)" $(RM_OPTS) -r $@
+ "$(RM)" $(RM_OPTS_REC) $@
"$(CP)" -R utils/haddock/html $@
endif